Fix BITFIELD_RO test.

This commit is contained in:
antirez
2020-03-23 12:00:46 +01:00
parent 918086e253
commit 61de1c1146
2 changed files with 5 additions and 5 deletions

View File

@ -1007,7 +1007,7 @@ void bitfieldGeneric(client *c, int flags) {
} else {
if (flags & BITFIELD_FLAG_READONLY) {
zfree(ops);
addReplyError(c, "BITFIELD_RO only support the GET subcommand");
addReplyError(c, "BITFIELD_RO only supports the GET subcommand");
return;
}