From 8981898f34199147ea22a5402c81bdc4077a0168 Mon Sep 17 00:00:00 2001 From: Dobes Vandermeer Date: Sun, 26 Sep 2021 20:36:11 -0700 Subject: [PATCH] chore(commands): fix typo --- lib/commands/extendLock-2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/extendLock-2.lua b/lib/commands/extendLock-2.lua index d2b66a666..1bd4ce13a 100644 --- a/lib/commands/extendLock-2.lua +++ b/lib/commands/extendLock-2.lua @@ -10,7 +10,7 @@ ARGV[3] jobid Output: - "1" if lock extented succesfully. + "1" if lock extended succesfully. ]] local rcall = redis.call if rcall("GET", KEYS[1]) == ARGV[1] then