From: mjwybrow Date: Tue, 17 Jan 2006 04:37:58 +0000 (+0000) Subject: Fix a typo, a vim modeline, and a wrongly indented line. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=215dce1628fac9e0d4785a47754cfa248181aca3;p=inkscape.git Fix a typo, a vim modeline, and a wrongly indented line. --- 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");