Skip to content

Commit

Permalink
Update src/eval.c
Browse files Browse the repository at this point in the history
Co-authored-by: Binbin <[email protected]>
Signed-off-by: wei.kukey <[email protected]>
  • Loading branch information
kukey and enjoy-binbin committed Jun 11, 2024
1 parent 2d0715c commit ab9847e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ void scriptCommand(client *c) {
"LOAD <script>",
" Load a script into the scripts cache without executing it.",
"DUMP <sha1>",
" Dump a script from the scipts cache.",
" Dump a script from the scripts cache.",
NULL
};
/* clang-format on */
Expand Down

0 comments on commit ab9847e

Please sign in to comment.