From 627c610f492b6b0fc64e5eb406a0ec38223f6457 Mon Sep 17 00:00:00 2001 From: mojh7 Date: Thu, 25 May 2023 07:03:17 +0900 Subject: [PATCH] Fix typo functoin -> function (#12218) functoin -> function --- src/db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db.c b/src/db.c index 9c8342fc7..04afc3173 100644 --- a/src/db.c +++ b/src/db.c @@ -2112,7 +2112,7 @@ void getKeysFreeResult(getKeysResult *result) { * 'firstKeyOfs': firstkey index. * 'keyStep': the interval of each key, usually this value is 1. * - * The commands using this functoin have a fully defined keyspec, so returning flags isn't needed. */ + * The commands using this function have a fully defined keyspec, so returning flags isn't needed. */ int genericGetKeys(int storeKeyOfs, int keyCountOfs, int firstKeyOfs, int keyStep, robj **argv, int argc, getKeysResult *result) { int i, num;