From 215dce1628fac9e0d4785a47754cfa248181aca3 Mon Sep 17 00:00:00 2001 From: mjwybrow Date: Tue, 17 Jan 2006 04:37:58 +0000 Subject: [PATCH] Fix a typo, a vim modeline, and a wrongly indented line. --- src/connector-context.cpp | 2 +- src/preferences.cpp | 2 +- src/sp-item.cpp | 2 +- 3 files changed, 3 insertions(+), 3 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) diff --git a/src/preferences.cpp b/src/preferences.cpp index 05701a2f6..5d3981b58 100644 --- a/src/preferences.cpp +++ b/src/preferences.cpp @@ -89,4 +89,4 @@ Preferences::save() fill-column:75 End: */ -// vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 : +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 : diff --git a/src/sp-item.cpp b/src/sp-item.cpp index 33bbe9e05..20731a553 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -313,7 +313,7 @@ sp_item_build(SPObject *object, SPDocument *document, Inkscape::XML::Node *repr) sp_object_read_attr(object, "mask"); sp_object_read_attr(object, "sodipodi:insensitive"); sp_object_read_attr(object, "sodipodi:nonprintable"); - sp_object_read_attr(object, "inkscape:r_cx"); + sp_object_read_attr(object, "inkscape:r_cx"); sp_object_read_attr(object, "inkscape:r_cy"); sp_object_read_attr(object, "inkscape:connector-avoid"); -- 2.30.2