diff options
| author | luzpaz <luzpaz@users.noreply.github.com> | 2017-12-01 18:07:34 +0000 |
|---|---|---|
| committer | luzpaz <kunda@scribus.net> | 2017-12-04 01:55:06 +0000 |
| commit | eb07ba085151be60d518ce6310a33e413d699a32 (patch) | |
| tree | 4530b037a2c813960396a8125561620c0305589f /src/ui/clipboard.cpp | |
| parent | Optionaly measure only selected elements (diff) | |
| download | inkscape-eb07ba085151be60d518ce6310a33e413d699a32.tar.gz inkscape-eb07ba085151be60d518ce6310a33e413d699a32.zip | |
Misc. typos
Please confirm typos in the following
`doc/nr-filter-interface.txt`
`share/symbols/BalloonSymbols.svg`
.
Diffstat (limited to 'src/ui/clipboard.cpp')
| -rw-r--r-- | src/ui/clipboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index 118d7ae1f..a0f1fa09c 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -672,7 +672,7 @@ std::vector<Glib::ustring> ClipboardManagerImpl::getElementsOfType(SPDesktop *de root->removeChild(tempdoc->getDefs()->getRepr()); std::vector<Inkscape::XML::Node const *> reprs; if (strcmp(type, "*") == 0){ - //TODO:Fill vector with all posible elements + //TODO:Fill vector with all possible elements std::vector<Glib::ustring> types; types.push_back((Glib::ustring)"svg:path"); types.push_back((Glib::ustring)"svg:circle"); |
