From 4c9b1fcf865bd206c67cce5c02282e0551e822df Mon Sep 17 00:00:00 2001 From: buliabyak Date: Fri, 16 Mar 2007 05:44:20 +0000 Subject: [PATCH] typos --- share/extensions/perspective.py | 2 +- share/extensions/summersnight.py | 2 +- 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 -- 2.30.2