summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarc Jeanmougin <marcjeanmougin@free.fr>2017-12-04 10:44:09 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2017-12-04 10:44:09 +0000
commit4f1e34b47adaf4491bc56e0700235615904a1b1b (patch)
treea84c0669ca92128484f6314aebb16792996aeb96 /doc
parentAdd canvas flipping/rotation reset to the menu, improve strings (diff)
parentMisc. typos (diff)
downloadinkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.tar.gz
inkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.zip
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'doc')
-rw-r--r--doc/architecture.txt2
-rw-r--r--doc/nr-filter-interface.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/architecture.txt b/doc/architecture.txt
index 14b038b6e..4f4c859f7 100644
--- a/doc/architecture.txt
+++ b/doc/architecture.txt
@@ -385,7 +385,7 @@ behaviour can be used to collect multi-step actions (like winding the
Gtk spinbutton) from the UI into a single undoable step.
For controls implemented by Sodipodi itself, implementing undo as a
-single step is usually done in a more efficent way. Most controls have
+single step is usually done in a more efficient way. Most controls have
the abstract model of grab, drag, release, and change user
action. During the grab phase, all modifications are done to the
SPObject directly - i.e. they do not change XML tree, and thus do not
diff --git a/doc/nr-filter-interface.txt b/doc/nr-filter-interface.txt
index 6950317fc..6eb27bc2a 100644
--- a/doc/nr-filter-interface.txt
+++ b/doc/nr-filter-interface.txt
@@ -143,7 +143,7 @@ contains the filter effect area
Filter effects region and filter primitive subregion
====================================================
-void Filter::set_x(SVGLength &lenght)
+void Filter::set_x(SVGLength &length)
void FilterPrimitive::set_x(SVGLength &length)
void Filter::set_y(SVGLength &length)