summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-09-23 01:16:21 +0000
committerTheodore Tso <tytso@mit.edu>1994-09-23 01:16:21 +0000
commit5e9d142e1eca5a1d4d5d19ce7032693e7acce35f (patch)
treea2f0cd004a4081f39c39b04160e8af86f270597c /src/lib
parentb6384434a6d3bbbaf578f1092d9bf0820817d82a (diff)
downloadkrb5-5e9d142e1eca5a1d4d5d19ce7032693e7acce35f.tar.gz
krb5-5e9d142e1eca5a1d4d5d19ce7032693e7acce35f.tar.xz
krb5-5e9d142e1eca5a1d4d5d19ce7032693e7acce35f.zip
Fix typo in comment. (Silly spelling mistake)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4332 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/des/new_rn_key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/des/new_rn_key.c b/src/lib/crypto/des/new_rn_key.c
index 6b322bd2b1..4fc48c4edb 100644
--- a/src/lib/crypto/des/new_rn_key.c
+++ b/src/lib/crypto/des/new_rn_key.c
@@ -112,7 +112,7 @@ void mit_des_init_random_number_generator(key,p_seed)
krb5_xfree(addrs);
}
/*
- * Generate a tempory value that depends on the key and host_id
+ * Generate a temporary value that depends on the key and host_id
* such that it gives no useful information about the key:
*/
mit_des_set_random_generator_seed(key, p_seed);