From 52fb7cb287eeabf24db31a1100270e470460010b Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Sat, 31 Mar 2018 06:06:26 -0700 Subject: Fix:typo:Fix various mispells (#421) * doc/comments: fix typo: chosen not choosen * doc/comments: fix typo: truncated not trucated * doc/comments: fix typo: unknown not unkown * doc/comments: fix typo: attribute not atribute * doc/comments: fix typo: Convenience not Convinience * doc/comments: fix typo: forbidden not forbiden * doc/comments: fix typo: government not goverment --- navit/script/osm/Geo/OSM/Planet.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'navit/script') diff --git a/navit/script/osm/Geo/OSM/Planet.pm b/navit/script/osm/Geo/OSM/Planet.pm index bedfdffc8..25c533eb7 100644 --- a/navit/script/osm/Geo/OSM/Planet.pm +++ b/navit/script/osm/Geo/OSM/Planet.pm @@ -196,7 +196,7 @@ sub mirror_planet(){ $current_file = $files[0]; if ( $DEBUG) { - print STDERR "Choosen File: $current_file\n"; + print STDERR "Chosen File: $current_file\n"; } return undef unless $current_file; -- cgit v1.2.1