summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-02-07 23:08:52 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-02-10 14:13:06 +0000
commitd677be7ba2cbc99dbe3385a0df1dd26c5bed6b8e (patch)
treed36617c75f27083e26896269bdbf4a165f150e05 /share
parentCopy numpy import error message over from measure.py (no new strings) (diff)
downloadinkscape-d677be7ba2cbc99dbe3385a0df1dd26c5bed6b8e.tar.gz
inkscape-d677be7ba2cbc99dbe3385a0df1dd26c5bed6b8e.zip
Misc. typos
Found via `codespell`
Diffstat (limited to 'share')
-rw-r--r--share/extensions/empty_generic.inx2
-rwxr-xr-xshare/extensions/polyhedron_3d.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/empty_generic.inx b/share/extensions/empty_generic.inx
index 4a89dfec5..af72a7c5a 100644
--- a/share/extensions/empty_generic.inx
+++ b/share/extensions/empty_generic.inx
@@ -37,7 +37,7 @@
<inkscape:_templateinfo>
<inkscape:_name>Generic canvas...</inkscape:_name>
<inkscape:author>Tavmjong Bah</inkscape:author>
- <inkscape:_shortdesc>Genric canvas of chosen size.</inkscape:_shortdesc>
+ <inkscape:_shortdesc>Generic canvas of chosen size.</inkscape:_shortdesc>
<inkscape:date>2014-10-09</inkscape:date>
<inkscape:_keywords>empty generic canvas</inkscape:_keywords>
</inkscape:_templateinfo>
diff --git a/share/extensions/polyhedron_3d.py b/share/extensions/polyhedron_3d.py
index 4f8462782..cc2e0722f 100755
--- a/share/extensions/polyhedron_3d.py
+++ b/share/extensions/polyhedron_3d.py
@@ -193,7 +193,7 @@ def get_darkened_colour( (r,g,b), factor):
+ "%02X" % floor( factor*b ) #make the colour string
def make_rotation_log(options):
-#makes a string recording the axes and angles of each roation, so an object can be repeated
+#makes a string recording the axes and angles of each rotation, so an object can be repeated
return options.r1_ax+str('%.2f'%options.r1_ang)+':'+\
options.r2_ax+str('%.2f'%options.r2_ang)+':'+\
options.r3_ax+str('%.2f'%options.r3_ang)+':'+\