]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix documentation typo
authorGreg Hudson <ghudson@mit.edu>
Fri, 21 Nov 2025 00:54:13 +0000 (19:54 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 21 Nov 2025 00:55:05 +0000 (19:55 -0500)
Fix a typo reported by Ruslan Satlykov, and a run-on sentence in the
same file.

doc/admin/conf_files/index.rst

index a04836ac742d30e0a58b56d05afc9fc0115f8760..8a513d13eae95306b8e2b9e66fa6503133fb9cf6 100644 (file)
@@ -3,11 +3,11 @@ Configuration Files
 
 Kerberos uses configuration files to allow administrators to specify
 settings on a per-machine basis.  :ref:`krb5.conf(5)` applies to all
-applications using the Kerboros library, on clients and servers.
+applications using the Kerberos library, on clients and servers.
 For KDC-specific applications, additional settings can be specified in
 :ref:`kdc.conf(5)`; the two files are merged into a configuration profile
 used by applications accessing the KDC database directly.  :ref:`kadm5.acl(5)`
-is also only used on the KDC, it controls permissions for modifying the
+is also only used on the KDC; it controls permissions for modifying the
 KDC database.
 
 Contents