From 0f46f9bd423a146f96e1993aca6221e1305f9a28 Mon Sep 17 00:00:00 2001 From: Itamar Haber Date: Thu, 18 Feb 2016 15:01:34 -0800 Subject: [PATCH] Fixes a typo in a comment --- src/geo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geo.c b/src/geo.c index a0931ac0..291181f2 100644 --- a/src/geo.c +++ b/src/geo.c @@ -163,7 +163,7 @@ double extractDistanceOrReply(client *c, robj **argv, return distance * to_meters; } -/* The defailt addReplyDouble has too much accuracy. We use this +/* The default addReplyDouble has too much accuracy. We use this * for returning location distances. "5.2145 meters away" is nicer * than "5.2144992818115 meters away." We provide 4 digits after the dot * so that the returned value is decently accurate even when the unit is