summaryrefslogtreecommitdiff
path: root/src/bitops.c
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2022-04-25 22:59:39 +0800
committerGitHub <noreply@github.com>2022-04-25 17:59:39 +0300
commit119ec91a5aa9b655d700d911eae68e8a5fa694d4 (patch)
tree4a781ccb3f29a0d232e650094b48fc6752bffffb /src/bitops.c
parent0c35f54f0a12b3dada3e7156f6595af4a089e24e (diff)
downloadredis-119ec91a5aa9b655d700d911eae68e8a5fa694d4.tar.gz
Fix typos and limit unknown command error message (#10634)
minor cleanup for recent changes.
Diffstat (limited to 'src/bitops.c')
-rw-r--r--src/bitops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitops.c b/src/bitops.c
index ddc9095bc..e35001937 100644
--- a/src/bitops.c
+++ b/src/bitops.c
@@ -1002,7 +1002,7 @@ void bitposCommand(client *c) {
}
}
-/* BITFIELD key subcommmand-1 arg ... subcommand-2 arg ... subcommand-N ...
+/* BITFIELD key subcommand-1 arg ... subcommand-2 arg ... subcommand-N ...
*
* Supported subcommands:
*