Typo: 'outselves' -> 'ourselves'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 10:53:52 +0000 (10:53 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 10:53:52 +0000 (10:53 +0000)
git-svn-id: http://svn.voria.com/code@1005 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/ETL/clock
synfig-studio/trunk/src/gtkmm/app.cpp

index 86d807d..76a694e 100644 (file)
@@ -49,7 +49,7 @@
 #endif
 #endif
 
-// If we could not find outselves a better
+// If we could not find ourselves a better
 // clock description, go ahead and use the
 // standard clock() implementation. 
 // (Better than nothing...)
index 2730a4a..b36162d 100644 (file)
@@ -1444,7 +1444,7 @@ App::add_recent_file(const std::string &file_name)
        if(basename(filename)[0]=='.')
                return;
 
-       // If we aren't an absolute path, turn outselves into one
+       // If we aren't an absolute path, turn ourselves into one
        if(!is_absolute_path(filename))
                filename=absolute_path(filename);