From 9521f8d0085f7159bf61770ef13e7f949c0a3fd0 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 30 May 2010 13:41:40 +0000 Subject: Typo fixes. svn-id: r49324 --- common/str.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/str.h b/common/str.h index 74bcb42264..189c37adb4 100644 --- a/common/str.h +++ b/common/str.h @@ -222,10 +222,10 @@ public: 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; -- cgit v1.2.3