diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2015-03-21 10:42:18 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2015-03-21 10:42:18 +0000 |
| commit | 7605490d79cf0244db020654aa23610b2a0d83ea (patch) | |
| tree | 72f0125a182ed016ac856ddbc0766bf0195b1c82 /src | |
| parent | take out the trash (diff) | |
| download | inkscape-7605490d79cf0244db020654aa23610b2a0d83ea.tar.gz inkscape-7605490d79cf0244db020654aa23610b2a0d83ea.zip | |
sp. fix seperate
(bzr r14021)
Diffstat (limited to 'src')
| -rw-r--r-- | src/svg-profile.h | 2 | ||||
| -rw-r--r-- | src/ui/dialog/filter-effects-dialog.cpp | 2 | ||||
| -rw-r--r-- | src/uri-references.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/svg-profile.h b/src/svg-profile.h index 9d221fc76..8945ee313 100644 --- a/src/svg-profile.h +++ b/src/svg-profile.h @@ -74,7 +74,7 @@ public: SVG_PRINT_1_1, /**< */ - PROFILE_UNIQUE_CNT, /**< A marker to seperate between the entires + PROFILE_UNIQUE_CNT, /**< A marker to separate between the entires that are unique, and those which are aggregates of them. */ diff --git a/src/ui/dialog/filter-effects-dialog.cpp b/src/ui/dialog/filter-effects-dialog.cpp index 3da0e0043..077c6f5ca 100644 --- a/src/ui/dialog/filter-effects-dialog.cpp +++ b/src/ui/dialog/filter-effects-dialog.cpp @@ -211,7 +211,7 @@ private: ComboBoxEnum<T>* combo; }; -// Contains an arbitrary number of spin buttons that use seperate attributes +// Contains an arbitrary number of spin buttons that use separate attributes class MultiSpinButton : public Gtk::HBox { public: diff --git a/src/uri-references.cpp b/src/uri-references.cpp index b23bed74a..2518c173e 100644 --- a/src/uri-references.cpp +++ b/src/uri-references.cpp @@ -65,7 +65,7 @@ void URIReference::attach(const URI &uri) throw(BadURIException) skip = true; } - // The path contains references to seperate document files to load. + // The path contains references to separate document files to load. if(document && uri.getPath() && !skip ) { std::string base = document->getBase() ? document->getBase() : ""; std::string path = uri.getFullPath(base); |
