[Orxonox-commit 3764] r8444 - code/branches/tutoriallevel2/src/libraries/util
dafrick at orxonox.net
dafrick at orxonox.net
Tue May 10 21:27:04 CEST 2011
Author: dafrick
Date: 2011-05-10 21:27:03 +0200 (Tue, 10 May 2011)
New Revision: 8444
Modified:
code/branches/tutoriallevel2/src/libraries/util/SubString.h
Log:
Fixing typo.
Modified: code/branches/tutoriallevel2/src/libraries/util/SubString.h
===================================================================
--- code/branches/tutoriallevel2/src/libraries/util/SubString.h 2011-05-09 17:13:58 UTC (rev 8443)
+++ code/branches/tutoriallevel2/src/libraries/util/SubString.h 2011-05-10 19:27:03 UTC (rev 8444)
@@ -168,7 +168,7 @@
inline bool empty() const { return this->tokens_.empty(); }
/// Returns the number of tokens stored in this SubString
inline unsigned int size() const { return this->tokens_.size(); }
- /// Returns the i'th token from the subset of strings @param index The index of the requested doken
+ /// Returns the i'th token from the subset of strings @param index The index of the requested token
inline const std::string& operator[](unsigned int index) const { return this->tokens_[index]; }
/// Returns the i'th token from the subset of strings @param index The index of the requested token
inline const std::string& getString(unsigned int index) const { return (*this)[index]; }
More information about the Orxonox-commit
mailing list