summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2023-05-09 07:12:44 +0800
committerGitHub <noreply@github.com>2023-05-08 16:12:44 -0700
commit03d50e0c307512c55382d3c0da7cf10d8adc71d3 (patch)
tree0b1adb7a24f22639d04afa6ed45d250c056822d8 /src
parenta129a601818d88a2f2aa9d954afc8afa43030f7e (diff)
downloadredis-03d50e0c307512c55382d3c0da7cf10d8adc71d3.tar.gz
Remove several instances of duplicate "the" in comments (#12144)
Remove several instances of duplicate "the" in comments
Diffstat (limited to 'src')
-rw-r--r--src/blocked.c2
-rw-r--r--src/commands/append.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/blocked.c b/src/blocked.c
index c9d5f230a..1b3a804b1 100644
--- a/src/blocked.c
+++ b/src/blocked.c
@@ -650,7 +650,7 @@ static void unblockClientOnKey(client *c, robj *key) {
* to run atomically, this is why we must enter the execution unit here before
* running the command, and exit the execution unit after calling the unblock handler (if exists).
* Notice that we also must set the current client so it will be available
- * when we will try to send the the client side caching notification (done on 'afterCommand'). */
+ * when we will try to send the client side caching notification (done on 'afterCommand'). */
client *old_client = server.current_client;
server.current_client = c;
enterExecutionUnit(1, 0);
diff --git a/src/commands/append.json b/src/commands/append.json
index d21d468ef..a8ec6bf82 100644
--- a/src/commands/append.json
+++ b/src/commands/append.json
@@ -36,7 +36,7 @@
],
"reply_schema": {
"type": "integer",
- "description": "The the length of the string after the append operation."
+ "description": "The length of the string after the append operation."
},
"arguments": [
{