krb5 commit: Fix documentation typo

ghudson at mit.edu ghudson at mit.edu
Thu Nov 20 19:55:34 EST 2025


https://github.com/krb5/krb5/commit/bc9c596178a5ef3f585dece00fd2a51a6ddfa6a2
commit bc9c596178a5ef3f585dece00fd2a51a6ddfa6a2
Author: Greg Hudson <ghudson at mit.edu>
Date:   Thu Nov 20 19:54:13 2025 -0500

    Fix documentation typo
    
    Fix a typo reported by Ruslan Satlykov, and a run-on sentence in the
    same file.

 doc/admin/conf_files/index.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/admin/conf_files/index.rst b/doc/admin/conf_files/index.rst
index a04836ac7..8a513d13e 100644
--- a/doc/admin/conf_files/index.rst
+++ b/doc/admin/conf_files/index.rst
@@ -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


More information about the cvs-krb5 mailing list