summaryrefslogtreecommitdiff
path: root/src/cli_common.c
diff options
context:
space:
mode:
author蔡相跃 <caixiangyue007@gmail.com>2022-03-09 19:55:17 +0800
committerGitHub <noreply@github.com>2022-03-09 13:55:17 +0200
commit24da71e50740bc0dec2a78b18475665f11af6b95 (patch)
tree2c71558ec5d42fe239ed1bd62e0144e8795a4704 /src/cli_common.c
parentadc5a3217c48dbe882b19d619eabd9b34f58496d (diff)
downloadredis-24da71e50740bc0dec2a78b18475665f11af6b95.tar.gz
Fix typo "the the" (#10399)
Diffstat (limited to 'src/cli_common.c')
-rw-r--r--src/cli_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli_common.c b/src/cli_common.c
index 6d627d2b4..33069017b 100644
--- a/src/cli_common.c
+++ b/src/cli_common.c
@@ -299,7 +299,7 @@ static sds percentDecode(const char *pe, size_t len) {
}
/* Parse a URI and extract the server connection information.
- * URI scheme is based on the the provisional specification[1] excluding support
+ * URI scheme is based on the provisional specification[1] excluding support
* for query parameters. Valid URIs are:
* scheme: "redis://"
* authority: [[<username> ":"] <password> "@"] [<hostname> [":" <port>]]