summaryrefslogtreecommitdiffstats
path: root/src/home/homework-pkcs11.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-03-31 12:50:13 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-31 15:16:36 +0200
commit80ace4f25e08989c84302fdd8d38f000ded2eaee (patch)
tree0e69e8f24cacbda1a24157ea115eaee7c47a809c /src/home/homework-pkcs11.c
parentuser-util: switch order of checks in valid_user_group_name_or_id_full() (diff)
downloadsystemd-80ace4f25e08989c84302fdd8d38f000ded2eaee.tar.xz
systemd-80ace4f25e08989c84302fdd8d38f000ded2eaee.zip
home: fix several typos
Diffstat (limited to 'src/home/homework-pkcs11.c')
-rw-r--r--src/home/homework-pkcs11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homework-pkcs11.c b/src/home/homework-pkcs11.c
index 941ba23b3c..915bc0e57e 100644
--- a/src/home/homework-pkcs11.c
+++ b/src/home/homework-pkcs11.c
@@ -53,7 +53,7 @@ int pkcs11_callback(
if (rv != CKR_OK)
return log_error_errno(SYNTHETIC_ERRNO(EIO), "Failed to log into security token '%s': %s", token_label, p11_kit_strerror(rv));
- log_info("Successully logged into security token '%s' via protected authentication path.", token_label);
+ log_info("Successfully logged into security token '%s' via protected authentication path.", token_label);
goto decrypt;
}