diff options
Diffstat (limited to 'share/extensions/restack.py')
| -rw-r--r-- | share/extensions/restack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/restack.py b/share/extensions/restack.py index e4fb7d25e..139f783b2 100644 --- a/share/extensions/restack.py +++ b/share/extensions/restack.py @@ -94,7 +94,7 @@ class Restack(inkex.Effect): midx = (minx + maxx) / 2 midy = (miny + maxy) / 2 - #calculate distances fro each selected object + #calculate distances for each selected object for id, node in self.selected.iteritems(): # get the bounding box x,y,w,h = dimen[id] |
