summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
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)+':'+\