From d598a3a5662a0ce6d60b39d272fce9a278b348aa Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Sat, 30 Jun 2018 08:56:14 -0400 Subject: Misc. typos Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"` --- doc/extension_system.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/extension_system.xml b/doc/extension_system.xml index dc6d25ecc..fee50e904 100644 --- a/doc/extension_system.xml +++ b/doc/extension_system.xml @@ -186,7 +186,7 @@ Internal Extensions are in a way the reverse of a normal Extension, in that instead of providing a way to hook into Inkscape from the outside, they provide hooks from inside Inkscape. These are used directly by 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.
Writing Script Extensions -- cgit v1.2.3