summaryrefslogtreecommitdiff
path: root/src/rdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rdb.h')
-rwxr-xr-xsrc/rdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rdb.h b/src/rdb.h
index 2fedfef94..b37ba0338 100755
--- a/src/rdb.h
+++ b/src/rdb.h
@@ -57,7 +57,7 @@
* number specify the kind of object that follows.
* See the REDIS_RDB_ENC_* defines.
*
- * Lenghts up to 63 are stored using a single byte, most DB keys, and may
+ * Lengths up to 63 are stored using a single byte, most DB keys, and may
* values, will fit inside. */
#define REDIS_RDB_6BITLEN 0
#define REDIS_RDB_14BITLEN 1