summaryrefslogtreecommitdiffstats
path: root/doc/architecture.txt
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-09-30 18:39:25 +0000
committerluz paz <luzpaz@users.noreply.github.com>2018-10-06 02:05:25 +0000
commit33780c0f28bcda586b1e14de93525a6ab426e4df (patch)
tree341c90061fed79841ea4161b2088d5baa40fe1fa /doc/architecture.txt
parentAdd new style register style property for stop color and opacity (diff)
downloadinkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.tar.gz
inkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.zip
Misc. typos
Found via `codespell`
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 4303a4d2b..961d9605d 100644
--- a/doc/architecture.txt
+++ b/doc/architecture.txt
@@ -353,7 +353,7 @@ SPDocument implements undo and redo stacks and an id-based object
dictionary. Thanks to unique id attributes, the latter can be used to
map from the XML tree back to the object tree. Documents are
themselves registered by the main program metaobject 'Sodipodi', which
-does elementary bookeeping.
+does elementary bookkeeping.
SPDocument performs the basic operations needed for asynchronous
update notification (SPObject ::modified virtual method), and implements