diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-08 21:50:51 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-08 21:50:51 +0000 |
| commit | 202e75590f8200823ef0efd36cc0edbd1bf1edcc (patch) | |
| tree | 1a18f646f7e49b0e1836efd6401793f6e9c38d68 /src/ui | |
| parent | Restore ability to switch mode while using spray tool (is this even useful?). (diff) | |
| download | inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.tar.gz inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.zip | |
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/clipboard.cpp | 2 | ||||
| -rw-r--r-- | src/ui/dialog/dialog-manager.cpp | 2 | ||||
| -rw-r--r-- | src/ui/dialog/export.cpp | 2 | ||||
| -rw-r--r-- | src/ui/dialog/xml-tree.h | 2 | ||||
| -rw-r--r-- | src/ui/tool/control-point.h | 2 | ||||
| -rw-r--r-- | src/ui/tool/node.cpp | 4 | ||||
| -rw-r--r-- | src/ui/tools/spray-tool.cpp | 2 | ||||
| -rw-r--r-- | src/ui/widget/layer-selector.cpp | 2 | ||||
| -rw-r--r-- | src/ui/widget/registered-widget.cpp | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index a0f1fa09c..e11aabcb6 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -1513,7 +1513,7 @@ void ClipboardManagerImpl::_setClipboardColor(guint32 color) /** - * Put a notification on the mesage stack. + * Put a notification on the message stack. */ void ClipboardManagerImpl::_userWarn(SPDesktop *desktop, char const *msg) { diff --git a/src/ui/dialog/dialog-manager.cpp b/src/ui/dialog/dialog-manager.cpp index c5392864d..0a4a774e6 100644 --- a/src/ui/dialog/dialog-manager.cpp +++ b/src/ui/dialog/dialog-manager.cpp @@ -84,7 +84,7 @@ inline Dialog *create() { return PanelDialog<B>::template create<T>(); } * initialize dialogs lazily - instead of constructing them during * application startup, they're constructed the first time they're * actually invoked by InkscapeApplication. The constructed - * dialog is held here after that, so future invokations of the + * dialog is held here after that, so future invocations of the * dialog don't need to get re-constructed each time. The memory for * the dialogs are then reclaimed when the DialogManager is destroyed. * diff --git a/src/ui/dialog/export.cpp b/src/ui/dialog/export.cpp index 53629a1a2..1c6632960 100644 --- a/src/ui/dialog/export.cpp +++ b/src/ui/dialog/export.cpp @@ -1759,7 +1759,7 @@ void Export::onBitmapHeightChange () * xdpi value is saved in the preferences for the next time the dialog * is opened. (does the selection dpi need to be set here?) * - * A check is done to to ensure that we aren't outputing an invalid width, + * A check is done to to ensure that we aren't outputting an invalid width, * this is set by SP_EXPORT_MIN_SIZE. If that is the case the dpi is * changed to make it valid. * diff --git a/src/ui/dialog/xml-tree.h b/src/ui/dialog/xml-tree.h index a4c3fffcb..cc28b5e5a 100644 --- a/src/ui/dialog/xml-tree.h +++ b/src/ui/dialog/xml-tree.h @@ -181,7 +181,7 @@ private: void setDesktop(SPDesktop *desktop); /** - * Flag to ensure only one operation is perfomed at once + * Flag to ensure only one operation is performed at once */ gint blocked; diff --git a/src/ui/tool/control-point.h b/src/ui/tool/control-point.h index bc1f060cd..24ff86c43 100644 --- a/src/ui/tool/control-point.h +++ b/src/ui/tool/control-point.h @@ -314,7 +314,7 @@ protected: void _setPixbuf(Glib::RefPtr<Gdk::Pixbuf>); /** - * Determins if the control point is not visible yet still reacting to events. + * Determines if the control point is not visible yet still reacting to events. * * @return true if non-visible, false otherwise. */ diff --git a/src/ui/tool/node.cpp b/src/ui/tool/node.cpp index 67768571d..f9e9f0b86 100644 --- a/src/ui/tool/node.cpp +++ b/src/ui/tool/node.cpp @@ -750,7 +750,7 @@ void Node::_updateAutoHandles() return; } - // Auto nodes automaticaly adjust their handles to give an appearance of smoothness, + // Auto nodes automatically adjust their handles to give an appearance of smoothness, // no matter what their surroundings are. Geom::Point vec_next = _next()->position() - position(); Geom::Point vec_prev = _prev()->position() - position(); @@ -880,7 +880,7 @@ void Node::setType(NodeType type, bool update_handles) break; default: break; } - /* in node type changes, about bspline traces, we can mantain them with NO_POWER power in border mode, + /* in node type changes, about bspline traces, we can maintain them with NO_POWER power in border mode, or we give them the default power in curve mode */ if(_pm()._isBSpline()){ double weight = NO_POWER; diff --git a/src/ui/tools/spray-tool.cpp b/src/ui/tools/spray-tool.cpp index 5593ceb34..5a68fa969 100644 --- a/src/ui/tools/spray-tool.cpp +++ b/src/ui/tools/spray-tool.cpp @@ -799,7 +799,7 @@ static bool fit_item(SPDesktop *desktop, } if (pick_to_presence) { if (g_random_double_range (0, 1) > val) { - //Hidding the element is a way to retain original + //Hiding the element is a way to retain original //behaviour of tiled clones for presence option. sp_repr_css_set_property(css, "opacity", "0"); } diff --git a/src/ui/widget/layer-selector.cpp b/src/ui/widget/layer-selector.cpp index 0332143b5..7a0312192 100644 --- a/src/ui/widget/layer-selector.cpp +++ b/src/ui/widget/layer-selector.cpp @@ -89,7 +89,7 @@ private: } /** LayerSelector constructor. Creates lock and hide buttons, - * initalizes the layer dropdown selector with a label renderer, + * initializes the layer dropdown selector with a label renderer, * and hooks up signal for setting the desktop layer when the * selector is changed. */ diff --git a/src/ui/widget/registered-widget.cpp b/src/ui/widget/registered-widget.cpp index 13d223752..209388146 100644 --- a/src/ui/widget/registered-widget.cpp +++ b/src/ui/widget/registered-widget.cpp @@ -303,7 +303,7 @@ RegisteredScalar::on_value_changed() double val = getValue() < 1e-6 && getValue() > -1e-6?0.0:getValue(); os << val; //TODO: Test is ok remove this sensitives - //also removed in registed text and in registered random + //also removed in registered text and in registered random //set_sensitive(false); write_to_xml(os.str().c_str()); //set_sensitive(true); |
