Successfully fixed speling mistakes.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 9 Sep 2007 00:32:16 +0000 (00:32 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 9 Sep 2007 00:32:16 +0000 (00:32 +0000)
git-svn-id: http://svn.voria.com/code@642 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/canvasview.cpp
synfig-studio/trunk/src/gtkmm/main.cpp
synfig-studio/trunk/src/gtkmm/workarea.cpp

index cbaed03..08b6ded 100644 (file)
@@ -3042,7 +3042,7 @@ CanvasView::on_drop_drag_data_received(const Glib::RefPtr<Gdk::DragContext>& 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"
 
index 0eacd8f..5f5933b 100644 (file)
@@ -116,7 +116,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;
 }
index 740efd4..d662c55 100644 (file)
@@ -2254,7 +2254,7 @@ studio::WorkArea::async_update_finished()
        if(!async_renderer)
                return;
 
-       // If we completed successfuly, then
+       // If we completed successfully, then
        // we aren't dirty anymore
        if(async_renderer->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)
        {