]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/pam-util.c
tree-wide: fix a couple of typos
[thirdparty/systemd.git] / src / shared / pam-util.c
index 82e897ee53ce5021e25dca2f2f24b65ea15fd89c..15a8f5de28f897262b2bc259ea3ac6fa2f7805a5 100644 (file)
@@ -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;