summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard White <rwhite8282@gmail.com>2016-05-19 01:17:29 +0000
committerRichard White <rwhite8282@gmail.com>2016-05-19 01:17:29 +0000
commit1fe9c2603c33fddcd9f2688b30e843f91e1a86fa (patch)
tree13289cbe033a46a40eb829437e115b5393e2ca84 /doc
parentCorrected frame extension stroke and fill values on 64 bit machine. (diff)
parentGTK3: Another widget named. (diff)
downloadinkscape-1fe9c2603c33fddcd9f2688b30e843f91e1a86fa.tar.gz
inkscape-1fe9c2603c33fddcd9f2688b30e843f91e1a86fa.zip
Merge from Inkscape trunk.
(bzr r14668.1.3)
Diffstat (limited to 'doc')
-rw-r--r--doc/extension_system.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/extension_system.txt b/doc/extension_system.txt
index e1918701c..4902fe004 100644
--- a/doc/extension_system.txt
+++ b/doc/extension_system.txt
@@ -321,7 +321,7 @@ Inkscape, such as in the case of compiled-in printing modules. Most
users will never need to write this type of extension, they are pretty
much for Inkscape core developers only.
-=== Writeing Your Extension ===
+=== Writing Your Extension ===
This section provides some guidance and examples for implementing
different kinds of Extensions.
@@ -334,7 +334,7 @@ different kinds of Extensions.
=== Creating an INX File ===
-Every extension must have a corrosponding *.inx file. This is an XML
+Every extension must have a corresponding *.inx file. This is an XML
file that provides Inkscape with information about the module and allows
it to load the info without needing to access the module itself. The
*.inx file contains enough info for Inkscape to set up menu items and
@@ -342,7 +342,7 @@ know what kinds of functionality to expect from the extension.
=== Packaging Your Extension ===
-=== Contributing Your Extensino to the Inkscape Community ===
+=== Contributing Your Extension to the Inkscape Community ===
Once your extension is complete, you may wish to share it with the
community. There are of course no hard and fast rules for how to share