summaryrefslogtreecommitdiffstats
path: root/doc/architecture.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/architecture.txt')
-rw-r--r--doc/architecture.txt2
1 files changed, 1 insertions, 1 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