summaryrefslogtreecommitdiffstats
path: root/doc/extension_system.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/extension_system.txt')
-rw-r--r--doc/extension_system.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extension_system.txt b/doc/extension_system.txt
index 12c3ebb97..0fad8f336 100644
--- a/doc/extension_system.txt
+++ b/doc/extension_system.txt
@@ -234,7 +234,7 @@ An input extension provides a way to get data into Inkscape. This type
of extension creates a document given a filename. This is done by using
the 'open' method within the class. Also, there is a 'prefs' function
which will generate a GtkDialog. This dialog is then used to get any
-settings that the incomming file and extension my use. This function is
+settings that the incoming file and extension may use. This function is
executed, and the dialog returns, before the open method is called.
There are also several other settings stored in an Input extension.