Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattdanger committed Jul 26, 2011
2 parents 300111d + 0e9c6a8 commit f8bfacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -124,7 +124,7 @@ Geocoder.prototype = {

reverseGeocode: function ( lat, lng, cbk, opts ) {
if ( !lat || !lng ) {
return cbk( new Error( "Geocoder.geocode requires a latitude and longitude." ) );
return cbk( new Error( "Geocoder.reverseGeocode requires a latitude and longitude." ) );
}

var sensor, defaults, options;
Expand Down

0 comments on commit f8bfacb

Please sign in to comment.