From 2659ce5a325688a3db9900d6d662e92048f0539e Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 7 Nov 2017 13:55:26 -0500 Subject: Misc. typos Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` --- share/extensions/pathmodifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/extensions/pathmodifier.py') 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 -- cgit v1.2.3