diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:12:23 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:29:27 -0700 |
commit | 74e74dd0bd34dde1c00fd3725c20719a37279692 (patch) | |
tree | b06734094567d01b8df05f433cacaa9fc6c57751 /doc | |
parent | c42dcaa91e47b1ac3394492555b435bd12ded491 (diff) | |
download | patches-74e74dd0bd34dde1c00fd3725c20719a37279692.tar patches-74e74dd0bd34dde1c00fd3725c20719a37279692.tar.gz |
doc: Murmur: Fix typo "authentication".
* doc/guix.texi (Murmur): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f176bb0163..ee10e65be0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -17364,7 +17364,7 @@ Maximum size in bytes that a user can send in one text chat message. Maximum size in bytes that a user can send in one image message. @item @code{cert-required?} (default: @code{#f}) -If it is set to @code{#t} clients that use weak password authentification +If it is set to @code{#t} clients that use weak password authentication will not be accepted. Users must have completed the certificate wizard to join. @item @code{remember-channel?} (default: @code{#f}) |