Fix typo in rdb.c (#8827)

This commit is contained in:
xsddz 2021-04-21 18:43:06 +08:00 committed by GitHub
parent 9fab26904f
commit 473588c399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;