X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fshared%2Fpam-util.c;h=15a8f5de28f897262b2bc259ea3ac6fa2f7805a5;hb=9a27ef092e7403d8b371025c9c0348895d3cf76e;hp=82e897ee53ce5021e25dca2f2f24b65ea15fd89c;hpb=34c4496ef2711d2a924e6f88fe3ff31cda080115;p=thirdparty%2Fsystemd.git diff --git a/src/shared/pam-util.c b/src/shared/pam-util.c index 82e897ee53c..15a8f5de28f 100644 --- a/src/shared/pam-util.c +++ b/src/shared/pam-util.c @@ -51,7 +51,7 @@ int pam_syslog_pam_error(pam_handle_t *handle, int level, int error, const char return error; } -/* A small structure we store inside the PAM session object, that allows us to resue bus connections but pins +/* A small structure we store inside the PAM session object, that allows us to reuse bus connections but pins * it to the process thoroughly. */ struct PamBusData { sd_bus *bus;