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/attributes/genMapDataSVG.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/attributes') diff --git a/share/attributes/genMapDataSVG.pl b/share/attributes/genMapDataSVG.pl index 68f0bcbdb..412b94910 100755 --- a/share/attributes/genMapDataSVG.pl +++ b/share/attributes/genMapDataSVG.pl @@ -70,7 +70,7 @@ while( my $t = $p->get_token ) { if( $t->[0] eq 'S' and lc $t->[1] eq 'h2') { $t = $p->get_token; if( $t->[1] =~ /Presentation/ ) { - print "Found: $t->[1], quiting.\n"; + print "Found: $t->[1], quitting.\n"; last; } } -- cgit v1.2.3