Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8444


Ignore:
Timestamp:
May 10, 2011, 9:27:03 PM (13 years ago)
Author:
dafrick
Message:

Fixing typo.

File:
1 edited

Legend:

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

    r7401 r8444  
    169169        /// Returns the number of tokens stored in this SubString
    170170        inline unsigned int size() const { return this->tokens_.size(); }
    171         /// Returns the i'th token from the subset of strings @param index The index of the requested doken
     171        /// Returns the i'th token from the subset of strings @param index The index of the requested token
    172172        inline const std::string& operator[](unsigned int index) const { return this->tokens_[index]; }
    173173        /// Returns the i'th token from the subset of strings @param index The index of the requested token
Note: See TracChangeset for help on using the changeset viewer.