diff options
| author | Unknown <kunda@scribus.net> | 2017-11-07 18:55:26 +0000 |
|---|---|---|
| committer | Unknown <kunda@scribus.net> | 2017-11-07 18:55:26 +0000 |
| commit | 2659ce5a325688a3db9900d6d662e92048f0539e (patch) | |
| tree | f55a967bd07fcef78b1834ea9c21f6bd93b00cb0 /doc/extension_system.txt | |
| parent | Set primitive filter area in feComposite and feMerge. Needed for tiling. (diff) | |
| download | inkscape-2659ce5a325688a3db9900d6d662e92048f0539e.tar.gz inkscape-2659ce5a325688a3db9900d6d662e92048f0539e.zip | |
Misc. typos
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt`
whereby whitelist file contained:
```
dum
iff
glight
substract
te
upto
```
Diffstat (limited to '')
| -rw-r--r-- | doc/extension_system.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/extension_system.txt b/doc/extension_system.txt index 4902fe004..12c3ebb97 100644 --- a/doc/extension_system.txt +++ b/doc/extension_system.txt @@ -19,7 +19,7 @@ overall system. Much of the documentation that will be useful for users of the extension system is not included in this document, it is autogenerated from the source code and placed on the Inkscape webpage. While this is less -convienient, it is more correct, and maintained as the source code is +convenient, it is more correct, and maintained as the source code is modified. Please look aton the Inkscape webpage also. @@ -154,7 +154,7 @@ The Extension base class holds the attribute data that all extensions must have and establishes the base functionality that all extensions share. All extensions have the following properties: -"ID" - A unique identifier for this extension that is used for refering +"ID" - A unique identifier for this extension that is used for referring to the extension and naming its parameters in the configuration files. "Name" - The textual name of the extension, it is used for user @@ -243,7 +243,7 @@ in including its filename extension and mime type. Also, there is a space to store a tooltip for additional information on the file type in the file dialog. Lastly, there is the key of which Output extension is recommended for saving this filetype. This is useful, as there is no -other direct links between the Input and Ouput functions, and a user +other direct links between the Input and Output functions, and a user expects to be able to open and save without using the 'Save As...' dialog. |
