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
@@ -908,7 +908,7 @@ static const struct util_opt configure_options[] = {
"server's certificate. For self signed EKMF Web server "
"certificates, this is the default. Use option "
"'--tls-pin-server-cert' to ensure the self signed "
"certificate's authenticity explicitely. CA signed "
"certificate's authenticity explicitly. CA signed "
"EKMF Web server certificates are verified by default. "
"This option disables the verification.",
.command = KMS_COMMAND_CONFIGURE,
+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;
}