diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-10-07 17:36:50 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-10-07 17:36:50 +0000 |
| commit | 4900c3a3443795400098bb264c6c6fd72c00f50f (patch) | |
| tree | ab89163b75850e61be5ace3fd6de74fe71fea880 /src/xml | |
| parent | SVGLength::read handle inf (diff) | |
| parent | Removed typo introduced in previous commit (diff) | |
| download | inkscape-4900c3a3443795400098bb264c6c6fd72c00f50f.tar.gz inkscape-4900c3a3443795400098bb264c6c6fd72c00f50f.zip | |
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/document.h | 2 | ||||
| -rw-r--r-- | src/xml/helper-observer.cpp | 2 |
2 files changed, 2 insertions, 2 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. */ diff --git a/src/xml/helper-observer.cpp b/src/xml/helper-observer.cpp index 048d878a2..9ba1d7da3 100644 --- a/src/xml/helper-observer.cpp +++ b/src/xml/helper-observer.cpp @@ -19,7 +19,7 @@ SignalObserver::~SignalObserver() // Add this observer to the SPObject and remove it from any previous object void SignalObserver::set(SPObject* o) { - // XML Tree being used direcly in this function in the following code + // XML Tree being used directly in this function in the following code // while it shouldn't be // Pointer to object is stored, so refcounting should be increased/decreased if(_oldsel) { |
