From: Theodore Tso Date: Fri, 23 Sep 1994 01:30:17 +0000 (+0000) Subject: Fix silly spelling typo X-Git-Tag: krb5-1.0-beta4.3~98 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6729afae0b2c3d18853c0ff3d585c5f61d678a2c;p=krb5.git Fix silly spelling typo git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4333 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ccache/file/fcc_init.c b/src/lib/krb5/ccache/file/fcc_init.c index b187d3846..019640fa5 100644 --- a/src/lib/krb5/ccache/file/fcc_init.c +++ b/src/lib/krb5/ccache/file/fcc_init.c @@ -34,7 +34,7 @@ * * Effects: * Creates/refreshes the file cred cache id. If the cache exists, its - * contents ae destroyed. + * contents are destroyed. * * Errors: * system errors diff --git a/src/lib/krb5/ccache/stdio/scc_init.c b/src/lib/krb5/ccache/stdio/scc_init.c index eda7378de..b3bde42df 100644 --- a/src/lib/krb5/ccache/stdio/scc_init.c +++ b/src/lib/krb5/ccache/stdio/scc_init.c @@ -34,7 +34,7 @@ * * Effects: * Creates/refreshes the file cred cache id. If the cache exists, its - * contents ae destroyed. + * contents are destroyed. * * Errors: * system errors