From 82172e34b62d1e335b1deb00bfc714e293f1c165 Mon Sep 17 00:00:00 2001 From: dooglus Date: Sun, 9 Sep 2007 00:32:16 +0000 Subject: [PATCH] Successfully fixed speling mistakes. git-svn-id: http://svn.voria.com/code@642 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/canvasview.cpp | 2 +- synfig-studio/trunk/src/gtkmm/main.cpp | 2 +- synfig-studio/trunk/src/gtkmm/workarea.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/synfig-studio/trunk/src/gtkmm/canvasview.cpp b/synfig-studio/trunk/src/gtkmm/canvasview.cpp index cbaed03..08b6ded 100644 --- a/synfig-studio/trunk/src/gtkmm/canvasview.cpp +++ b/synfig-studio/trunk/src/gtkmm/canvasview.cpp @@ -3042,7 +3042,7 @@ CanvasView::on_drop_drag_data_received(const Glib::RefPtr& con if(!get_instance()->perform_action(action)) break; - // Ok, we have successfuly imported at least one item. + // Ok, we have successfully imported at least one item. success=true; } while(0); // END of "STRING" diff --git a/synfig-studio/trunk/src/gtkmm/main.cpp b/synfig-studio/trunk/src/gtkmm/main.cpp index 0eacd8f..5f5933b 100644 --- a/synfig-studio/trunk/src/gtkmm/main.cpp +++ b/synfig-studio/trunk/src/gtkmm/main.cpp @@ -116,7 +116,7 @@ int main(int argc, char **argv) throw; } - std::cerr<<"Application appears to have terminated successfuly"<has_success()) { @@ -2366,7 +2366,7 @@ again: // it is being displayed correctly drawing_area->queue_draw(); - // If we completed successfuly, then + // If we completed successfully, then // we aren't dirty anymore if(ret) { -- 2.7.4