summaryrefslogtreecommitdiffstats
path: root/doc/extension_system.xml
diff options
context:
space:
mode:
authorYuri Chornoivan <>2015-03-08 16:10:20 +0000
committerJazzyNico <nicoduf@yahoo.fr>2015-03-08 16:10:20 +0000
commite7aeaa6686b087d1226f08936971371cd640e089 (patch)
treebae80b636d31f53943a4e4ae73ba5abfdfbe944b /doc/extension_system.xml
parentextensions. convert2dashes. support offset parameter. (Bug 1426889) (diff)
downloadinkscape-e7aeaa6686b087d1226f08936971371cd640e089.tar.gz
inkscape-e7aeaa6686b087d1226f08936971371cd640e089.zip
i10n. Fix for Bug #1429579 (Various typos in the trunk code).
Fixed bugs: - https://launchpad.net/bugs/1429579 (bzr r13976)
Diffstat (limited to 'doc/extension_system.xml')
-rw-r--r--doc/extension_system.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extension_system.xml b/doc/extension_system.xml
index 1e59eda91..e4271362a 100644
--- a/doc/extension_system.xml
+++ b/doc/extension_system.xml
@@ -14,7 +14,7 @@
<para><emphasis>Extension Type</emphasis> - Establishes the functional interface that the Extension provides, including the types of messages it handles and what is contained in its data structures.</para>
<para><emphasis>Extension Implementation</emphasis> - Defines how the extension is accessed; i.e. through message passing, pipe/exec calls with commandline arguments, direct function calls, etc.</para>
<para><emphasis>Plug-in</emphasis> - An extension that is implemented through a loadable library. This is a .so file on Unix-like systems or a .dll on Win32. The libraries should not be loaded until they are used.</para>
- <para><emphasis>Script</emphasis> - A script is a type of extension that is implemented through an external program that recieves and sets SVG data through files and pipes. This allows Inkscape to use programs that handle SVG but are targeted differently, seemlessly inside of Inkscape.</para>
+ <para><emphasis>Script</emphasis> - A script is a type of extension that is implemented through an external program that receives and sets SVG data through files and pipes. This allows Inkscape to use programs that handle SVG but are targeted differently, seemlessly inside of Inkscape.</para>
<para><emphasis>Language Binding</emphasis> - A special type of plug-in that wraps a scripting language interpreter such as Perl, Python, Lisp, etc. A user interested in programmatic access to Inkscape's internals via one of these languages can install (or create) the relevant Language Binding Plug-in to achieve this.</para>
<para><emphasis>INX</emphasis> - <emphasis>'INkscape eXtension'</emphasis> - The filename extension used for XML metadata files that describe each Inkscape Extension.</para>
<para><emphasis>Internal Extension</emphasis> - A part of the Inkscape codebase which uses the extension system in order to make it more modular. This code is compiled into Inkscape, but appears as an extension to all other code in the codebase.</para>