0031939: Coding - correction of spelling errors in comments [part 10]

Fix various typos via codespell.
This commit is contained in:
luz paz
2021-04-19 11:42:46 +03:00
committed by bugmaster
parent b69e576af0
commit 316ea29318
339 changed files with 1743 additions and 1972 deletions
+2 -2
View File
@@ -119,7 +119,7 @@ private:
class ArgumentsPage; //!< List of arguments pages, contains all text derived from Flex
class Scope; //!< List of scopes pages, contains all records for external processing
class RecordsPage; //!< List of records pages, contains all records
class ErrorsPage; //!< List of errors messages, containts all errors
class ErrorsPage; //!< List of errors messages, contains all errors
public:
@@ -252,7 +252,7 @@ private:
char* myCurrType; //!< Type of last record read
char* mySubArg; //!< Ident last record (possible sub-list)
Interface_ParamType myTypeArg; //!< Type of last argument read
Argument* myCurrArg; //!< Current node of the argumets list
Argument* myCurrArg; //!< Current node of the arguments list
Record* myFirstRec; //!< First node of the records list
Record* myCurRec; //!< Current node of the records list
Record* myLastRec; //!< Last node of the records list