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/pathalongpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/extensions/pathalongpath.py') diff --git a/share/extensions/pathalongpath.py b/share/extensions/pathalongpath.py index 8c3d42016..b8834a940 100755 --- a/share/extensions/pathalongpath.py +++ b/share/extensions/pathalongpath.py @@ -151,7 +151,7 @@ class PathAlongPath(pathmodifier.Diffeo): def lengthtotime(self,l): ''' - Recieves an arc length l, and returns the index of the segment in self.skelcomp + Receives an arc length l, and returns the index of the segment in self.skelcomp containing the corresponding point, to gether with the position of the point on this segment. If the deformer is closed, do computations modulo the toal length. -- cgit v1.2.3