aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-02-09 17:34:34 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-02-09 17:34:34 +0000
commit98a1f4400d0e8d2a24d2e23e54f7c467fd9ab586 (patch)
treef1d069aabc5a4c6e3a7181f540bf37851e8b29ba /bin
parent939f41a4c726f35eed89e6aabc7b76f36521e096 (diff)
typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test-run2
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]);
{