summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xshare/extensions/perspective.py2
-rwxr-xr-xshare/extensions/summersnight.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/perspective.py b/share/extensions/perspective.py
index 7fab641ab..7f95ea227 100755
--- a/share/extensions/perspective.py
+++ b/share/extensions/perspective.py
@@ -46,7 +46,7 @@ class Project(inkex.Effect):
inkex.Effect.__init__(self)
def effect(self):
if len(self.options.ids) < 2:
- inkex.debug("Requires two selected paths. The second must be exctly four nodes long.")
+ inkex.debug("Requires two selected paths. The second must be exactly four nodes long.")
exit()
#obj is selected second
diff --git a/share/extensions/summersnight.py b/share/extensions/summersnight.py
index 5d0fc5ae5..af660d9d9 100755
--- a/share/extensions/summersnight.py
+++ b/share/extensions/summersnight.py
@@ -25,7 +25,7 @@ class Project(inkex.Effect):
inkex.Effect.__init__(self)
def effect(self):
if len(self.options.ids) < 2:
- inkex.debug("Requires two selected paths. The second must be exctly four nodes long.")
+ inkex.debug("Requires two selected paths. The second must be exactly four nodes long.")
exit()
#obj is selected second