summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation
diff options
context:
space:
mode:
authorUnknown <kunda@scribus.net>2017-11-07 18:55:26 +0000
committerUnknown <kunda@scribus.net>2017-11-07 18:55:26 +0000
commit2659ce5a325688a3db9900d6d662e92048f0539e (patch)
treef55a967bd07fcef78b1834ea9c21f6bd93b00cb0 /src/extension/implementation
parentSet primitive filter area in feComposite and feMerge. Needed for tiling. (diff)
downloadinkscape-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 'src/extension/implementation')
-rw-r--r--src/extension/implementation/script.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp
index 2901655f1..eb98711bc 100644
--- a/src/extension/implementation/script.cpp
+++ b/src/extension/implementation/script.cpp
@@ -426,7 +426,7 @@ ImplementationDocumentCache *Script::newDocCache( Inkscape::Extension::Extension
/**
\return A dialog for preferences
- \brief A stub funtion right now
+ \brief A stub function right now
\param module Module who's preferences need getting
\param filename Hey, the file you're getting might be important
@@ -442,7 +442,7 @@ Gtk::Widget *Script::prefs_input(Inkscape::Extension::Input *module,
/**
\return A dialog for preferences
- \brief A stub funtion right now
+ \brief A stub function right now
\param module Module whose preferences need getting
This function should really do something, right now it doesn't.
@@ -602,8 +602,8 @@ void Script::save(Inkscape::Extension::Output *module,
/**
\return none
- \brief This function uses an extention as a effect on a document.
- \param module Extention to effect with.
+ \brief This function uses an extension as an effect on a document.
+ \param module Extension to effect with.
\param doc Document to run through the effect.
This function is a little bit trickier than the previous two. It