From: Catalina Pineros Date: Mon, 16 Mar 2026 16:03:07 +0000 (-0400) Subject: fix typo in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ae00b29398e9ff164f39cb9992612af9c63aa7;p=thirdparty%2Ffreeradius-server.git fix typo in comment --- diff --git a/src/lib/redis/redis.c b/src/lib/redis/redis.c index 2d124f85ed9..403dfcb9dbe 100644 --- a/src/lib/redis/redis.c +++ b/src/lib/redis/redis.c @@ -61,7 +61,7 @@ void fr_redis_version_print(void) * @param[in] reply to process. * @return * - REDIS_RCODE_TRY_AGAIN - If the operation should be retries. - * - REDIS_RCODE_MOVED - If the key has been permanently moved. + * - REDIS_RCODE_MOVE - If the key has been permanently moved. * - REDIS_RCODE_ASK - If the key has been temporarily moved. * - REDIS_RCODE_SUCCESS - if no errors. * - REDIS_RCODE_ERROR - on command/server error.