Code

Fix a typo, a vim modeline, and a wrongly indented line.
[inkscape.git] / src / connector-context.cpp
index 34f5ba3ed0dde0d5702e2dda9e4163ac06890937..cceea8267272a4887eb0933b054bd159f65d5335 100644 (file)
@@ -1283,7 +1283,7 @@ cc_selection_changed(Inkscape::Selection *selection, gpointer data)
     
     if (cc->active_conn == item)
     {
-        // Noting to change.
+        // Nothing to change.
         return;
     }
     if (item == NULL)