summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-12-05 16:35:32 +0100
committerantirez <antirez@gmail.com>2013-12-05 16:35:32 +0100
commit11e81a1e9ad1d1b4639aa8ed3fd2616ed8d1f176 (patch)
tree72de378d3a94427d675affca85fac90637e13dd5 /src/sort.c
parent74da4a574ffa39c09f1ff85fc27c0614bc23d532 (diff)
downloadredis-11e81a1e9ad1d1b4639aa8ed3fd2616ed8d1f176.tar.gz
Fixed grammar: before H the article is a, not an.
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sort.c b/src/sort.c
index ebdf5469c..d90cf2c2d 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -48,8 +48,8 @@ redisSortOperation *createSortOperation(int type, robj *pattern) {
* 1) The first occurrence of '*' in 'pattern' is substituted with 'subst'.
*
* 2) If 'pattern' matches the "->" string, everything on the left of
- * the arrow is treated as the name of an hash field, and the part on the
- * left as the key name containing an hash. The value of the specified
+ * the arrow is treated as the name of a hash field, and the part on the
+ * left as the key name containing a hash. The value of the specified
* field is returned.
*
* 3) If 'pattern' equals "#", the function simply returns 'subst' itself so