summaryrefslogtreecommitdiffstats
path: root/doc/extension_system.txt
diff options
context:
space:
mode:
authorraphael0202 <raphael0202@yahoo.fr>2016-03-16 17:20:29 +0000
committerJazzyNico <nicoduf@yahoo.fr>2016-03-16 17:20:29 +0000
commit67901523e5dc2f6ba839550bd5790fe143c3143e (patch)
treebf83b648469ede53a33e96c07d8fccb474e8f0c8 /doc/extension_system.txt
parent[Bug #1545726] Incorrect FSF address in many extension files. (diff)
downloadinkscape-67901523e5dc2f6ba839550bd5790fe143c3143e.tar.gz
inkscape-67901523e5dc2f6ba839550bd5790fe143c3143e.zip
[Bug #1558153] Typos and tabs instead of spaces in extension module.
Fixed bugs: - https://launchpad.net/bugs/1558153 (bzr r14713)
Diffstat (limited to '')
-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