summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/dbus')
-rw-r--r--src/extension/dbus/document-interface.cpp2
-rw-r--r--src/extension/dbus/document-interface.h2
-rw-r--r--src/extension/dbus/document-interface.xml2
-rw-r--r--src/extension/dbus/proposed-interface.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/extension/dbus/document-interface.cpp b/src/extension/dbus/document-interface.cpp
index 513ec2f5c..c85281aa4 100644
--- a/src/extension/dbus/document-interface.cpp
+++ b/src/extension/dbus/document-interface.cpp
@@ -151,7 +151,7 @@ get_name_from_object (SPObject * obj)
/*
* Some verbs (cut, paste) only work on the active layer.
- * This makes sure that the document that is about to recive a command is active.
+ * This makes sure that the document that is about to receive a command is active.
*/
void
desktop_ensure_active (SPDesktop* desk) {
diff --git a/src/extension/dbus/document-interface.h b/src/extension/dbus/document-interface.h
index 27460de52..0150dae7e 100644
--- a/src/extension/dbus/document-interface.h
+++ b/src/extension/dbus/document-interface.h
@@ -125,7 +125,7 @@ document_interface_node (DocumentInterface *doc_interface, gchar *svgtype,
/****************************************************************************
- ENVIORNMENT FUNCTIONS
+ ENVIRONMENT FUNCTIONS
****************************************************************************/
gdouble
document_interface_document_get_width (DocumentInterface *doc_interface);
diff --git a/src/extension/dbus/document-interface.xml b/src/extension/dbus/document-interface.xml
index 7481c0893..2287e9c32 100644
--- a/src/extension/dbus/document-interface.xml
+++ b/src/extension/dbus/document-interface.xml
@@ -763,7 +763,7 @@ c
</arg>
<doc:doc>
<doc:description>
- <doc:para>Get the path value of an object. Equivilent to calling <doc:ref type="method" to="document.get_attribute">get_attribte()</doc:ref> with argument "d". Will not turn object into a path if it is not already.</doc:para>
+ <doc:para>Get the path value of an object. Equivalent to calling <doc:ref type="method" to="document.get_attribute">get_attribte()</doc:ref> with argument "d". Will not turn object into a path if it is not already.</doc:para>
</doc:description>
<doc:seealso><doc:ref type="interface" to="Paths">Paths</doc:ref></doc:seealso>
</doc:doc>
diff --git a/src/extension/dbus/proposed-interface.xml b/src/extension/dbus/proposed-interface.xml
index ac74b64f9..2a45c1d52 100644
--- a/src/extension/dbus/proposed-interface.xml
+++ b/src/extension/dbus/proposed-interface.xml
@@ -105,7 +105,7 @@
</arg>
<arg type="s" name="type" direction="in" >
<doc:doc>
- <doc:summary>A single letter denoting what type of node is beeing appended.</doc:summary>
+ <doc:summary>A single letter denoting what type of node is being appended.</doc:summary>
</doc:doc>
</arg>
<arg type="ad" name="arguments" direction="in" >