summaryrefslogtreecommitdiffstats
path: root/src/connector-context.cpp
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2006-01-17 04:37:58 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2006-01-17 04:37:58 +0000
commit554a021120463d349542ffbc4ccb9b7f19f5d5e2 (patch)
tree6dcf4222d11876c32974f0cb451ed4878c3d11ea /src/connector-context.cpp
parent* packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf: (diff)
downloadinkscape-554a021120463d349542ffbc4ccb9b7f19f5d5e2.tar.gz
inkscape-554a021120463d349542ffbc4ccb9b7f19f5d5e2.zip
Fix a typo, a vim modeline, and a wrongly indented line.
(bzr r6)
Diffstat (limited to 'src/connector-context.cpp')
-rw-r--r--src/connector-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connector-context.cpp b/src/connector-context.cpp
index 34f5ba3ed..cceea8267 100644
--- a/src/connector-context.cpp
+++ b/src/connector-context.cpp
@@ -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)