Fix a spelling error in the frontend code

Gbp-Pq: Name spelling-error-in-binary.patch
This commit is contained in:
Fabian Greffrath 2022-05-14 00:28:47 +08:00 committed by openKylinBot
parent fdccbd6d05
commit 49f4deedac
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ fskip(FILE * fp, long offset, int whence)
if (whence != SEEK_CUR || offset < 0) {
if (global_ui_config.silent < 10) {
error_printf
("fskip problem: Mostly the return status of functions is not evaluate so it is more secure to polute <stderr>.\n");
("fskip problem: Mostly the return status of functions is not evaluate so it is more secure to pollute <stderr>.\n");
}
return -1;
}