Code

typos
authorbuliabyak <buliabyak@users.sourceforge.net>
Fri, 16 Mar 2007 05:44:20 +0000 (05:44 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Fri, 16 Mar 2007 05:44:20 +0000 (05:44 +0000)
share/extensions/perspective.py
share/extensions/summersnight.py

index 7fab641abc61dd10467aadad328da5f589909e98..7f95ea22742dc907ad1a7188eb76dbc2c745271b 100755 (executable)
@@ -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
index 5d0fc5ae52a316d5d1121ea32ce1d5aff911cff4..af660d9d9bf12d0817cc224779a238955aabf0a7 100755 (executable)
@@ -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