comparison fetch_weather.pl @ 384:a375c276ec4d

fetch_weather: Typofix.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 07 Feb 2016 21:38:01 +0200
parents 1ba1191da15d
children 4244e30530a2
comparison
equal deleted inserted replaced
383:1ba1191da15d 384:a375c276ec4d
468 } 468 }
469 } 469 }
470 } 470 }
471 else 471 else
472 { 472 {
473 print STDERR "Position and data lines do not match.\n"; 473 print STDERR "Position and data line counts do not match.\n";
474 goto skip_it; 474 goto skip_it;
475 } 475 }
476 # XXX Hashify the array into lat/long keys 476 # XXX Hashify the array into lat/long keys
477 477
478 # This is horrible :S 478 # This is horrible :S