aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]);
{