From 3fd40fc8944e57ffcb548eda02a5222c120f777f Mon Sep 17 00:00:00 2001 From: Itamar Haber Date: Thu, 25 Feb 2016 10:31:51 +0200 Subject: [PATCH] Fixes a typo in comments --- src/geo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/geo.c b/src/geo.c index 8f6e3f645..891cedb14 100644 --- a/src/geo.c +++ b/src/geo.c @@ -734,9 +734,9 @@ void geoposCommand(client *c) { /* GEODIST key ele1 ele2 [unit] * - * Return the distance, in meters by default, otherwise accordig to "unit", - * between points ele1 and ele2. If one or more elements are missing NULL - * is returned. */ + * Return the distance, in meters by default, otherwise according to "unit", + * between points ele1 and ele2. If one or more elements are missing NULL is + * returned. */ void geodistCommand(client *c) { double to_meter = 1;