From: buliabyak Date: Fri, 16 Mar 2007 05:44:20 +0000 (+0000) Subject: typos X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4c9b1fcf865bd206c67cce5c02282e0551e822df;p=inkscape.git typos --- 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