From 9c49d847240aeb191f3aa0e0f33fb7f56514e48e Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 30 Oct 2007 10:53:52 +0000 Subject: [PATCH] Typo: 'outselves' -> 'ourselves'. git-svn-id: http://svn.voria.com/code@1005 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/ETL/clock | 2 +- synfig-studio/trunk/src/gtkmm/app.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ETL/trunk/ETL/clock b/ETL/trunk/ETL/clock index 86d807d..76a694e 100644 --- a/ETL/trunk/ETL/clock +++ b/ETL/trunk/ETL/clock @@ -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...) diff --git a/synfig-studio/trunk/src/gtkmm/app.cpp b/synfig-studio/trunk/src/gtkmm/app.cpp index 2730a4a..b36162d 100644 --- a/synfig-studio/trunk/src/gtkmm/app.cpp +++ b/synfig-studio/trunk/src/gtkmm/app.cpp @@ -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); -- 2.7.4