Code

Fix a typo in a comment.
authormjwybrow <mjwybrow@users.sourceforge.net>
Fri, 12 Jun 2009 00:35:27 +0000 (00:35 +0000)
committermjwybrow <mjwybrow@users.sourceforge.net>
Fri, 12 Jun 2009 00:35:27 +0000 (00:35 +0000)
src/conn-avoid-ref.cpp

index 657850ec7bf1ba3ebd835ddcce86e654b742f4ee..4eb85086e9382dcccbcc2d5902e03036fe146a53 100644 (file)
@@ -253,7 +253,7 @@ void avoid_item_move(Geom::Matrix const */*mp*/, SPItem *moved_item)
 void init_avoided_shape_geometry(SPDesktop *desktop)
 {
     // Don't count this as changes to the document,
-    // it is basically just llate initialisation.
+    // it is basically just late initialisation.
     SPDocument *document = sp_desktop_document(desktop);
     bool saved = sp_document_get_undo_sensitive(document);
     sp_document_set_undo_sensitive(document, false);