mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Steffen Eiden
parent
0e3034c0f6
commit
e0034eddbf
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user