summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/document-interface.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-01-08 21:50:51 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2018-01-08 21:50:51 +0000
commit202e75590f8200823ef0efd36cc0edbd1bf1edcc (patch)
tree1a18f646f7e49b0e1836efd6401793f6e9c38d68 /src/extension/dbus/document-interface.cpp
parentRestore ability to switch mode while using spray tool (is this even useful?). (diff)
downloadinkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.tar.gz
inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.zip
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/extension/dbus/document-interface.cpp')
-rw-r--r--src/extension/dbus/document-interface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/dbus/document-interface.cpp b/src/extension/dbus/document-interface.cpp
index c85281aa4..be3fd94a5 100644
--- a/src/extension/dbus/document-interface.cpp
+++ b/src/extension/dbus/document-interface.cpp
@@ -127,7 +127,7 @@ get_object_by_name (SPDocument *doc, gchar *name, GError **error)
/*
* Tests for NULL strings and throws an appropriate error.
* Every method that takes a string parameter (other than the
- * name of an object, that's tested seperatly) should call this.
+ * name of an object, that's tested separately) should call this.
*/
gboolean
dbus_check_string (gchar *string, GError ** error, const gchar * errorstr)
@@ -183,7 +183,7 @@ selection_get_center_y (Inkscape::Selection *sel){
* original selection.
*
* This should be mostly transparent to the user who need never
- * know we never bothered to implement it seperatly. Although
+ * know we never bothered to implement it separately. Although
* they might see the selection box flicker if used in a loop.
*/
std::vector<SPObject*>