summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRaphaël Bournhonesque <raphael0202@yahoo.fr>2016-03-22 07:41:26 +0000
committerRaphaël Bournhonesque <raphael0202@yahoo.fr>2016-03-22 07:41:26 +0000
commitf25ef0abb04f72f71fae039c78313cc700818e8d (patch)
tree932fb4da381dd7fc8347312f640a07ec3dfc57f4 /src
parentTranslations. Minor French translation update. (diff)
downloadinkscape-f25ef0abb04f72f71fae039c78313cc700818e8d.tar.gz
inkscape-f25ef0abb04f72f71fae039c78313cc700818e8d.zip
Correct typo
(bzr r14733)
Diffstat (limited to 'src')
-rw-r--r--src/extension/dbus/document-interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/dbus/document-interface.cpp b/src/extension/dbus/document-interface.cpp
index d64bdbc5c..121a49a25 100644
--- a/src/extension/dbus/document-interface.cpp
+++ b/src/extension/dbus/document-interface.cpp
@@ -1,7 +1,7 @@
/*
* This is where the implementation of the DBus based document API lives.
* All the methods in here (except in the helper section) are
- * designed to be called remotly via DBus. application-interface.cpp
+ * designed to be called remotely via DBus. application-interface.cpp
* has the methods used to connect to the bus and get a document instance.
*
* Documentation for these methods is in document-interface.xml