Skip to content

Commit

Permalink
correct spellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Shivshankar-Reddy <[email protected]>
  • Loading branch information
Shivshankar-Reddy committed Apr 30, 2024
1 parent 9af3bb2 commit ed99e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ struct hdr_histogram;
/* helpers */
#define numElements(x) (sizeof(x)/sizeof((x)[0]))

#define VALKEY_NOT_SYMLINKED 0 /* To detemine Valkey started using symlink */
#define VALKEY_SYMLINKED 1 /* To detemine Valkey started using symlink */
#define VALKEY_NOT_SYMLINKED 0 /* To determine Valkey started using symlink */
#define VALKEY_SYMLINKED 1 /* To determine Valkey started using symlink */

/* min/max */
#undef min
Expand Down

0 comments on commit ed99e67

Please sign in to comment.