diff --git a/src/rdb.c b/src/rdb.c index e94a79125..9301cdf71 100644 --- a/src/rdb.c +++ b/src/rdb.c @@ -43,7 +43,7 @@ #include #include -/* This macro is called when the internal RDB stracture is corrupt */ +/* This macro is called when the internal RDB structure is corrupt */ #define rdbExitReportCorruptRDB(...) rdbReportError(1, __LINE__,__VA_ARGS__) /* This macro is called when RDB read failed (possibly a short read) */ #define rdbReportReadError(...) rdbReportError(0, __LINE__,__VA_ARGS__)