From 2659ce5a325688a3db9900d6d662e92048f0539e Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 7 Nov 2017 13:55:26 -0500 Subject: Misc. typos Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` --- src/resource-manager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/resource-manager.cpp') diff --git a/src/resource-manager.cpp b/src/resource-manager.cpp index 4901cf424..af81298e3 100644 --- a/src/resource-manager.cpp +++ b/src/resource-manager.cpp @@ -130,7 +130,7 @@ public: /** * Try to parse href into a local filename using standard methods. * - * @return true if successfull. + * @return true if successful. */ bool extractFilepath( Glib::ustring const &href, std::string &uri ); @@ -138,7 +138,7 @@ public: * Try to parse href into a local filename using some non-standard methods. * This means the href is likely invalid and should be rewritten. * - * @return true if successfull. + * @return true if successful. */ bool reconstructFilepath( Glib::ustring const &href, std::string &uri ); @@ -362,7 +362,7 @@ bool ResourceManagerImpl::fixupBrokenLinks(SPDocument *doc) SPObject *updated = doc->getObjectByRepr(ir); if (updated) { - // force immediate update of dependant attributes + // force immediate update of dependent attributes updated->updateRepr(); } -- cgit v1.2.3