summaryrefslogtreecommitdiffstats
path: root/src/xml/helper-observer.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-10-07 17:36:50 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-10-07 17:36:50 +0000
commit4900c3a3443795400098bb264c6c6fd72c00f50f (patch)
treeab89163b75850e61be5ace3fd6de74fe71fea880 /src/xml/helper-observer.cpp
parentSVGLength::read handle inf (diff)
parentRemoved typo introduced in previous commit (diff)
downloadinkscape-4900c3a3443795400098bb264c6c6fd72c00f50f.tar.gz
inkscape-4900c3a3443795400098bb264c6c6fd72c00f50f.zip
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'src/xml/helper-observer.cpp')
-rw-r--r--src/xml/helper-observer.cpp2
1 files changed, 1 insertions, 1 deletions
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) {