summaryrefslogtreecommitdiffstats
path: root/src/xml/document.h
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 /src/xml/document.h
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 'src/xml/document.h')
-rw-r--r--src/xml/document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/document.h b/src/xml/document.h
index efbc9bff7..f9a1d8533 100644
--- a/src/xml/document.h
+++ b/src/xml/document.h
@@ -36,7 +36,7 @@ namespace XML {
* all changes made to the document are stored in an internal event log. At any time
* after starting the transaction, you can call the rollback() method, which restores
* the document to the state it was before starting the transaction. Calling the commit()
- * method causes the internal event log to be discarded, and you can estabilish a new
+ * method causes the internal event log to be discarded, and you can establish a new
* "restore point" by calling beginTransaction() again. There can be only one active
* transaction at a time for a given document.
*/