From 0b159b34ea0832f6589b8ee71b44dce7010e7504 Mon Sep 17 00:00:00 2001 From: Binbin Date: Thu, 16 Mar 2023 14:50:32 +0800 Subject: Bump codespell to 2.2.4, fix typos and outupdated comments (#11911) Fix some seen typos and wrong comments. --- src/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server.c') diff --git a/src/server.c b/src/server.c index 47988dec9..3a78350ec 100644 --- a/src/server.c +++ b/src/server.c @@ -216,7 +216,7 @@ mstime_t commandTimeSnapshot(void) { * may re-open the same key multiple times, can invalidate an already * open object in a next call, if the next call will see the key expired, * while the first did not. - * This is specificlally important in the context of scripts, where we + * This is specifically important in the context of scripts, where we * pretend that time freezes. This way a key can expire only the first time * it is accessed and not in the middle of the script execution, making * propagation to slaves / AOF consistent. See issue #1525 for more info. -- cgit v1.2.1