Skip to content

Commit

Permalink
Fixed typo in parseScanCursorOrReply(): ad -> at.
Browse files Browse the repository at this point in the history
Thanks to @badboy for reporting it.
  • Loading branch information
antirez committed Nov 5, 2013
1 parent ebcb625 commit 5fd6dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ void scanCallback(void *privdata, const dictEntry *de) {
if (val) listAddNodeTail(keys, val);
}

/* Try to parse a SCAN cursor stored ad object 'o':
/* Try to parse a SCAN cursor stored at object 'o':
* if the cursor is valid, store it as unsigned integer into *cursor and
* returns REDIS_OK. Otherwise return REDIS_ERR and send an error to the
* client. */
Expand Down

0 comments on commit 5fd6dee

Please sign in to comment.