From f1d1f3c9455eff86bb1fe50ba7da083e167766a1 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 12 Apr 2025 00:38:56 +0900 Subject: [PATCH] services: ngircd: Fix typo in doc. * gnu/services/messaging.scm (ngircd-options) : Fix typo. * doc/guix.texi (Messaging Services): Update. Change-Id: If14e406089b2c945cac37e25d8e08a3812e4b28e --- doc/guix.texi | 2 +- gnu/services/messaging.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 12792ad2f2..94e57b3d8a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -30616,7 +30616,7 @@ Set to @code{#t} to enable calls to the PAM library at runtime; all users connecting without password are allowed to connect, all passwords given will fail. Users identified without PAM are registered with a tilde (@samp{~}) prepended to their user name. This defaults to -@code{#f} in Guix because the service runs as a unpriveleged user and +@code{#f} in Guix because the service runs as an unprivileged user and thus cannot authenticate other users via the @code{pam_unix} PAM module. @item @code{pam-is-optional?} (default: @code{#f}) (type: maybe-boolean) diff --git a/gnu/services/messaging.scm b/gnu/services/messaging.scm index a8f85fa9ad..0efda9f052 100644 --- a/gnu/services/messaging.scm +++ b/gnu/services/messaging.scm @@ -1239,7 +1239,7 @@ this if you have ircd-irc2 servers in your IRC network.") connecting without password are allowed to connect, all passwords given will fail. Users identified without PAM are registered with a tilde (@samp{~}) prepended to their user name. This defaults to @code{#f} in Guix because the -service runs as a unpriveleged user and thus cannot authenticate other users +service runs as an unprivileged user and thus cannot authenticate other users via the @code{pam_unix} PAM module.") (pam-is-optional? (maybe-boolean #f)