[Scummvm-cvs-logs] SF.net SVN: scummvm:[49324] scummvm/trunk/common/str.h
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Sun May 30 15:41:41 CEST 2010
Revision: 49324
http://scummvm.svn.sourceforge.net/scummvm/?rev=49324&view=rev
Author: lordhoto
Date: 2010-05-30 13:41:40 +0000 (Sun, 30 May 2010)
Log Message:
-----------
Typo fixes.
Modified Paths:
--------------
scummvm/trunk/common/str.h
Modified: scummvm/trunk/common/str.h
===================================================================
--- scummvm/trunk/common/str.h 2010-05-30 13:10:44 UTC (rev 49323)
+++ scummvm/trunk/common/str.h 2010-05-30 13:41:40 UTC (rev 49324)
@@ -222,10 +222,10 @@
typedef const char * const_iterator;
iterator begin() {
- // Since the user could potentionally
+ // Since the user could potentially
// change the string via the returned
// iterator we have to assure we are
- // pointing to an unique storage.
+ // pointing to a unique storage.
makeUnique();
return _str;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list