]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix typo in comment
authorCatalina Pineros <catalina.pineros@inkbridge.io>
Mon, 16 Mar 2026 16:03:07 +0000 (12:03 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 16 Mar 2026 22:24:32 +0000 (18:24 -0400)
src/lib/redis/redis.c

index 2d124f85ed92edb42cb80ed1b3ed8b97a532cd5a..403dfcb9dbef798107d4ebe24c004b428da4f51d 100644 (file)
@@ -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.