diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-06-30 12:56:14 +0000 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2018-09-11 19:26:04 +0000 |
| commit | d598a3a5662a0ce6d60b39d272fce9a278b348aa (patch) | |
| tree | 01411005c8d350718316c095d2c19e3b0b49e35b /src/object/sp-object.cpp | |
| parent | Refactor xml editor, improve UI and prepare for future additions (diff) | |
| download | inkscape-d598a3a5662a0ce6d60b39d272fce9a278b348aa.tar.gz inkscape-d598a3a5662a0ce6d60b39d272fce9a278b348aa.zip | |
Misc. typos
Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
Diffstat (limited to 'src/object/sp-object.cpp')
| -rw-r--r-- | src/object/sp-object.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/sp-object.cpp b/src/object/sp-object.cpp index d9a003074..c76196d98 100644 --- a/src/object/sp-object.cpp +++ b/src/object/sp-object.cpp @@ -604,7 +604,7 @@ void SPObject::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) SPObject* ochild = SPFactory::createObject(type_string); if (ochild == nullptr) { - // Currenty, there are many node types that do not have + // Currently, there are many node types that do not have // corresponding classes in the SPObject tree. // (rdf:RDF, inkscape:clipboard, ...) // Thus, simply ignore this case for now. @@ -673,7 +673,7 @@ void SPObject::build(SPDocument *document, Inkscape::XML::Node *repr) { SPObject* child = SPFactory::createObject(typeString); if (child == nullptr) { - // Currenty, there are many node types that do not have + // Currently, there are many node types that do not have // corresponding classes in the SPObject tree. // (rdf:RDF, inkscape:clipboard, ...) // Thus, simply ignore this case for now. |
