patch 9.0.1453: typos in source code and tests
Problem: Typos in source code and tests.
Solution: Fi the typos. (Dominique Pellé, closes #12217)
diff --git a/src/termdefs.h b/src/termdefs.h
index 0239965..9f72dc1 100644
--- a/src/termdefs.h
+++ b/src/termdefs.h
@@ -14,8 +14,8 @@
#if defined(SASC) && SASC < 658
/*
- * The SAS C compiler has a bug that makes typedefs being forgot in include
- * files. Has been fixed in version 6.58.
+ * The SAS C compiler has a bug that makes typedefs being forgotten
+ * in include files. Has been fixed in version 6.58.
*/
typedef unsigned char char_u;
#endif