diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-07 23:08:52 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-02-10 14:13:06 +0000 |
| commit | d677be7ba2cbc99dbe3385a0df1dd26c5bed6b8e (patch) | |
| tree | d36617c75f27083e26896269bdbf4a165f150e05 /src/extension | |
| parent | Copy numpy import error message over from measure.py (no new strings) (diff) | |
| download | inkscape-d677be7ba2cbc99dbe3385a0df1dd26c5bed6b8e.tar.gz inkscape-d677be7ba2cbc99dbe3385a0df1dd26c5bed6b8e.zip | |
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/extension')
| -rw-r--r-- | src/extension/dependency.cpp | 2 | ||||
| -rw-r--r-- | src/extension/effect.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/dependency.cpp b/src/extension/dependency.cpp index b83c5380f..5e843ee11 100644 --- a/src/extension/dependency.cpp +++ b/src/extension/dependency.cpp @@ -104,7 +104,7 @@ Dependency::~Dependency (void) \return Whether or not the dependency passes. This function depends largely on all of the enums. The first level - that is evaluted is the \c _type. + that is evaluated is the \c _type. If the type is \c TYPE_EXTENSION then the id for the extension is looked up in the database. If the extension is found, and it is diff --git a/src/extension/effect.h b/src/extension/effect.h index 143243a2e..f6eff09b1 100644 --- a/src/extension/effect.h +++ b/src/extension/effect.h @@ -45,7 +45,7 @@ class Effect : public Extension { void merge_menu (Inkscape::XML::Node * base, Inkscape::XML::Node * start, Inkscape::XML::Node * patern, Inkscape::XML::Node * mergee); /** \brief This is the verb type that is used for all effect's verbs. - It provides convience functions and maintains a pointer + It provides convenience functions and maintains a pointer back to the effect that created it. */ class EffectVerb : public Inkscape::Verb { private: |
