Skip to content

Commit 1dceb0b

Browse files
committed
Fixed a spelling mistake
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent 76b7c71 commit 1dceb0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/t_hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ void hsetexCommand(client *c) {
12641264

12651265
bool has_volatile_fields = hashTypeHasVolatileFields(o);
12661266

1267-
/* Prepare a new argv when rewritting the command. If set_expired is true,
1267+
/* Prepare a new argv when rewriting the command. If set_expired is true,
12681268
* all expired fields will be deleted. Otherwise, if rewriting is needed due to NX/XX/FNX/FXX flags,
12691269
* copy the command, key, and optional arguments, skipping the NX/XX/FNX/FXX flags. */
12701270
if (set_expired) {

0 commit comments

Comments
 (0)