summaryrefslogtreecommitdiff
path: root/src/t_string.c
diff options
context:
space:
mode:
authorHuang Zw <huang_zhw@126.com>2021-02-09 01:29:32 +0800
committerGitHub <noreply@github.com>2021-02-08 09:29:32 -0800
commit8f9958dc24fa5992d3d10f6b9caf999e1beee4e5 (patch)
tree864db87d132a88429c5e6ed6b080581e67d255b1 /src/t_string.c
parentdbcc0a85d070f94f5c524a4bbdd3e492c32e845b (diff)
downloadredis-8f9958dc24fa5992d3d10f6b9caf999e1beee4e5.tar.gz
Fix typo and some out of date comments (#8449)
Fix typo and some out of date comments
Diffstat (limited to 'src/t_string.c')
-rw-r--r--src/t_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/t_string.c b/src/t_string.c
index de67484fc..d05366b7c 100644
--- a/src/t_string.c
+++ b/src/t_string.c
@@ -764,7 +764,7 @@ void stralgoLCS(client *c) {
addReplyError(c,
"The specified keys must contain string values");
/* Don't cleanup the objects, we need to do that
- * only after callign getDecodedObject(). */
+ * only after calling getDecodedObject(). */
obja = NULL;
objb = NULL;
goto cleanup;