Fixes a typo in comments

This commit is contained in:
Itamar Haber 2016-02-25 10:31:51 +02:00
parent 438ae496af
commit 3fd40fc894
1 changed files with 3 additions and 3 deletions

View File

@ -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;