s390-tools: Fix typos in code and man page files

Fix typos reported by (Debian) lintian.

Closes: https://github.com/ibm-s390-linux/s390-tools/pull/168
Signed-off-by: Frank Heimes <frank.heimes@canonical.com>
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
Frank Heimes
2024-05-29 16:06:37 +02:00
committed by Steffen Eiden
parent 0e3034c0f6
commit e0034eddbf
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1382,7 +1382,7 @@ static int _keystore_lock_repository(struct keystore *keystore)
if (fchown(keystore->lock_fd, geteuid(),
keystore->owner) != 0) {
rc = -errno;
warnx("chown faild on file '%s': %s", lock_file_name,
warnx("chown failed on file '%s': %s", lock_file_name,
strerror(-rc));
return rc;
}