summaryrefslogtreecommitdiffstats
path: root/share/extensions/pathmodifier.py
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-11-07 22:55:26 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-11-07 22:56:38 +0000
commit7aacbbee8e7d24a601f576ddbeb68dc164902336 (patch)
tree3e05299dac3316d107382efcf217e404fd0e6305 /share/extensions/pathmodifier.py
parentFixes to Filter Dialog (diff)
parentMisc. typos (diff)
downloadinkscape-7aacbbee8e7d24a601f576ddbeb68dc164902336.tar.gz
inkscape-7aacbbee8e7d24a601f576ddbeb68dc164902336.zip
Merge branch 'luzpaz/inkscape-typos' (!119)
Diffstat (limited to 'share/extensions/pathmodifier.py')
-rwxr-xr-xshare/extensions/pathmodifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/pathmodifier.py b/share/extensions/pathmodifier.py
index bf45dd77a..c31702a0d 100755
--- a/share/extensions/pathmodifier.py
+++ b/share/extensions/pathmodifier.py
@@ -21,7 +21,7 @@ This code defines a basic class (PathModifier) of effects whose purpose is
to somehow deform given objects: one common tasks for all such effect is to
convert shapes, groups, clones to paths. The class has several functions to
make this (more or less!) easy.
-As an exemple, a second class (Diffeo) is derived from it,
+As an example, a second class (Diffeo) is derived from it,
to implement deformations of the form X=f(x,y), Y=g(x,y)...
TODO: Several handy functions are defined, that might in fact be of general