[Orxonox-commit 3911] r8585 - code/branches/presentation/src/libraries/util

rgrieder at orxonox.net rgrieder at orxonox.net
Wed May 25 23:06:32 CEST 2011


Author: rgrieder
Date: 2011-05-25 23:06:31 +0200 (Wed, 25 May 2011)
New Revision: 8585

Modified:
   code/branches/presentation/src/libraries/util/SubString.h
Log:
Found two more typos in SubString!

Modified: code/branches/presentation/src/libraries/util/SubString.h
===================================================================
--- code/branches/presentation/src/libraries/util/SubString.h	2011-05-25 21:02:50 UTC (rev 8584)
+++ code/branches/presentation/src/libraries/util/SubString.h	2011-05-25 21:06:31 UTC (rev 8585)
@@ -109,7 +109,7 @@
             SL_SAFEESCAPE,        //!< In safe mode with the internal escape character, that escapes even the savemode character.
             SL_COMMENT,           //!< In Comment mode.
             SL_PARENTHESES,       //!< Between parentheses (usually '{' and '}')
-            SL_PARENTHESESESCAPE, //!< Between parentheses with the internal escape character, that escapes even the closing paranthesis character.
+            SL_PARENTHESESESCAPE, //!< Between parentheses with the internal escape character, that escapes even the closing parenthesis character.
         };
 
     public:
@@ -208,7 +208,7 @@
                                           char commentChar = '\0',
                                           SPLIT_LINE_STATE start_state = SL_NORMAL);
 
-        std::vector<std::string>  tokens_;              ///< The tokens after spliting the input line
+        std::vector<std::string>  tokens_;              ///< The tokens after splitting the input line
         std::vector<bool>         bTokenInSafemode_;    ///< Saves for each token if it was in safe mode (between quotation marks or parenthesis)
     };
 }




More information about the Orxonox-commit mailing list