mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdsfs: Fix typos
Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Jan Polensky <japo@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
d76cb1d53a
commit
1956e7abc5
@@ -1723,9 +1723,8 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
if (zdsfs_check_codepage_setting(zdsfsinfo.codepage_from,
|
||||
zdsfsinfo.codepage_to)) {
|
||||
fprintf(stderr, "Ivalid codepage setting from '%s' to '%s'\n",
|
||||
zdsfsinfo.codepage_from,
|
||||
zdsfsinfo.codepage_to);
|
||||
fprintf(stderr, "Invalid codepage setting from '%s' to '%s'\n",
|
||||
zdsfsinfo.codepage_from, zdsfsinfo.codepage_to);
|
||||
rc = -EINVAL;
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user