Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8585


Ignore:
Timestamp:
May 25, 2011, 11:06:31 PM (13 years ago)
Author:
rgrieder
Message:

Found two more typos in SubString!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/libraries/util/SubString.h

    r8556 r8585  
    110110            SL_COMMENT,           //!< In Comment mode.
    111111            SL_PARENTHESES,       //!< Between parentheses (usually '{' and '}')
    112             SL_PARENTHESESESCAPE, //!< Between parentheses with the internal escape character, that escapes even the closing paranthesis character.
     112            SL_PARENTHESESESCAPE, //!< Between parentheses with the internal escape character, that escapes even the closing parenthesis character.
    113113        };
    114114
     
    209209                                          SPLIT_LINE_STATE start_state = SL_NORMAL);
    210210
    211         std::vector<std::string>  tokens_;              ///< The tokens after spliting the input line
     211        std::vector<std::string>  tokens_;              ///< The tokens after splitting the input line
    212212        std::vector<bool>         bTokenInSafemode_;    ///< Saves for each token if it was in safe mode (between quotation marks or parenthesis)
    213213    };
Note: See TracChangeset for help on using the changeset viewer.