Release 0.61.08
[synfig.git] / synfig-studio / tags / stable / src / gtkmm / main.cpp
index 0eacd8f..e6485bc 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -116,7 +117,7 @@ int main(int argc, char **argv)
                throw;
        }
 
-       std::cerr<<"Application appears to have terminated successfuly"<<std::endl;
+       std::cerr<<"Application appears to have terminated successfully"<<std::endl;
 
        return 0;
 }