diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-02-09 17:34:34 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-02-09 17:34:34 +0000 |
commit | 98a1f4400d0e8d2a24d2e23e54f7c467fd9ab586 (patch) | |
tree | f1d069aabc5a4c6e3a7181f540bf37851e8b29ba /bin | |
parent | 939f41a4c726f35eed89e6aabc7b76f36521e096 (diff) |
typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/test-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test-run b/bin/test-run index 4f45da3fc..eefc56c93 100755 --- a/bin/test-run +++ b/bin/test-run @@ -217,7 +217,7 @@ sub submit_report { # convert easting, northing to lat lon my ( $latitude, $longitude ) = - mySociety::GeoUtil::national_grid_to_wsg84( $easting, $northing, 'G' ); + mySociety::GeoUtil::national_grid_to_wgs84( $easting, $northing, 'G' ); submit_postcode($cobrand, $postcode, $messages[0]); { |