summaryrefslogtreecommitdiffstats
path: root/share/templates
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-03-21 02:37:06 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2019-03-21 02:37:06 +0000
commitd8480e53803e8971673f879ec6895971e991a09f (patch)
treed30213bd55148b1bb4a2c13a028a10a9b68662ef /share/templates
parentFix #116: Wrong element names shown in XML editor for circles and ellipses (diff)
downloadinkscape-d8480e53803e8971673f879ec6895971e991a09f.tar.gz
inkscape-d8480e53803e8971673f879ec6895971e991a09f.zip
Misc. typos and whitespace fixes
Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
Diffstat (limited to 'share/templates')
-rwxr-xr-xshare/templates/create_default_templates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/create_default_templates.py b/share/templates/create_default_templates.py
index e401a8168..84cbefb16 100755
--- a/share/templates/create_default_templates.py
+++ b/share/templates/create_default_templates.py
@@ -65,7 +65,7 @@ for language in languages:
file.write(filedata)
-# create timestamp file (indicates last sucessful creation for build system)
+# create timestamp file (indicates last successful creation for build system)
timestamp_file = binary_dir + '/share/templates/default_templates.timestamp'
if os.path.exists(timestamp_file):
os.utime(timestamp_file, None)