diff --git a/src/rdb.c b/src/rdb.c index 6f2f5165e..df3aa9b94 100644 --- a/src/rdb.c +++ b/src/rdb.c @@ -2633,7 +2633,7 @@ eoferr: * output is initialized and finalized. * * If you pass an 'rsi' structure initialied with RDB_SAVE_OPTION_INIT, the - * loading code will fiil the information fields in the structure. */ + * loading code will fill the information fields in the structure. */ int rdbLoad(char *filename, rdbSaveInfo *rsi, int rdbflags) { FILE *fp; rio rdb;