git: 53d908d6eb9d - main - Correct three typos in manuals.

From: Jens Schweikhardt <schweikh_at_FreeBSD.org>
Date: Thu, 04 Jan 2024 20:36:03 UTC
The branch main has been updated by schweikh:

URL: https://cgit.FreeBSD.org/src/commit/?id=53d908d6eb9dc5b40c2c0179eeb85e1d21e32577

commit 53d908d6eb9dc5b40c2c0179eeb85e1d21e32577
Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2024-01-04 20:35:25 +0000
Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2024-01-04 20:35:25 +0000

    Correct three typos in manuals.
---
 crypto/heimdal/appl/login/login.access.5 | 2 +-
 crypto/heimdal/kcm/kcm.8                 | 2 +-
 crypto/heimdal/kdc/kdc.8                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/crypto/heimdal/appl/login/login.access.5 b/crypto/heimdal/appl/login/login.access.5
index 7edefa2019f3..7b9aa151fe44 100644
--- a/crypto/heimdal/appl/login/login.access.5
+++ b/crypto/heimdal/appl/login/login.access.5
@@ -31,7 +31,7 @@ or
 .It
 The second field is a comma separated list of users or groups for
 which the current entry applies. NIS netgroups can used (if
-configured) if preceeded by @. The magic string ALL matches all users.
+configured) if preceded by @. The magic string ALL matches all users.
 A group will match if the user is a member of that group, or it is the
 user's primary group.
 .It
diff --git a/crypto/heimdal/kcm/kcm.8 b/crypto/heimdal/kcm/kcm.8
index 3ff9ea45abe1..32ac9cd221f1 100644
--- a/crypto/heimdal/kcm/kcm.8
+++ b/crypto/heimdal/kcm/kcm.8
@@ -95,7 +95,7 @@
 is a process based credential cache.
 To use it, set the
 .Ev KRB5CCNAME
-enviroment variable to
+environment variable to
 .Ql KCM: Ns Ar uid
 or add the stanza
 .Bd -literal
diff --git a/crypto/heimdal/kdc/kdc.8 b/crypto/heimdal/kdc/kdc.8
index c668b923768b..fa81814ae10a 100644
--- a/crypto/heimdal/kdc/kdc.8
+++ b/crypto/heimdal/kdc/kdc.8
@@ -84,7 +84,7 @@ You might want to turn it off if you have clients
 that don't support pre-authentication.
 Since the version 4 protocol doesn't support any pre-authentication,
 serving version 4 clients is just about the same as not requiring
-pre-athentication.
+pre-authentication.
 The default is to require pre-authentication.
 Adding the require-preauth per principal is a more flexible way of
 handling this.