From 473588c399de5b7a020d422db636b1ff95ad496e Mon Sep 17 00:00:00 2001 From: xsddz Date: Wed, 21 Apr 2021 18:43:06 +0800 Subject: [PATCH] Fix typo in rdb.c (#8827) --- src/rdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;