From: dooglus Date: Tue, 30 Oct 2007 14:17:06 +0000 (+0000) Subject: Typo: 'attept' -> 'attempt'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=1f930e9e701acc239796dbe849c36b5c942842f0;p=synfig.git Typo: 'attept' -> 'attempt'. git-svn-id: http://svn.voria.com/code@1033 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/synfigapp/settings.cpp b/synfig-studio/trunk/src/synfigapp/settings.cpp index de2c708..3c502bd 100644 --- a/synfig-studio/trunk/src/synfigapp/settings.cpp +++ b/synfig-studio/trunk/src/synfigapp/settings.cpp @@ -247,7 +247,7 @@ Settings::load_from_file(const synfig::String& filename) } catch(...) { - synfig::error("Settings::load_from_file(): Attept to set key \"%s\" with a value of \"%s\" has thrown an exception.",key.c_str(),value.c_str()); + synfig::error("Settings::load_from_file(): Attempt to set key \"%s\" with a value of \"%s\" has thrown an exception.",key.c_str(),value.c_str()); throw; } }