mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Fix typo in rdb.c (#8827)
This commit is contained in:
parent
9fab26904f
commit
473588c399
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user