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/shortcuts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shortcuts.cpp') diff --git a/src/shortcuts.cpp b/src/shortcuts.cpp index 0a1e0c4a9..d49bdc29d 100644 --- a/src/shortcuts.cpp +++ b/src/shortcuts.cpp @@ -291,7 +291,7 @@ Inkscape::XML::Document *sp_shortcut_create_template_file(char const *filename) /* * Get a list of keyboard shortcut files names and paths from the system and users paths - * Dont add the users custom keyboards file + * Don't add the users custom keyboards file */ void sp_shortcut_get_file_names(std::vector *names, std::vector *paths) { using namespace Inkscape::IO::Resource; -- cgit v1.2.3