diff options
author | alex <alex@FreeBSD.org> | 2000-10-06 17:36:05 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-10-06 17:36:05 +0000 |
commit | 53517bf643ef79406fe5f7901c1f17314b300415 (patch) | |
tree | 50b37fe9d525f82bf48373bc7d85d21a66ed503e /etc/kerberosIV | |
parent | 9cf4fbf723791b2830e0f0e0761f61240662f84b (diff) | |
download | FreeBSD-src-53517bf643ef79406fe5f7901c1f17314b300415.zip FreeBSD-src-53517bf643ef79406fe5f7901c1f17314b300415.tar.gz |
Fix typo: kereros -> kerberos
PR: 21468
Submitted by: "Giorgos Keramidas" <keramida@westgate.gr>
Diffstat (limited to 'etc/kerberosIV')
-rw-r--r-- | etc/kerberosIV/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/kerberosIV/README b/etc/kerberosIV/README index cdec6b1..e57916c 100644 --- a/etc/kerberosIV/README +++ b/etc/kerberosIV/README @@ -6,7 +6,7 @@ Notes about the contents of the /etc/kerberosIV directory: The file master_key contains a copy of the master key under which the entire Kerberos database is encrypted. Disclosing this key would be bad news. The reason it is stored in the filesystem is because the following -programs need to inspect or modify the kereros database, and so the key +programs need to inspect or modify the kerberos database, and so the key must be available for them, (or else it would have to be typed in by hand): - kerberos (the server itself) |