From 961ca14c2eef02fc56052ca983cd44925f9410f6 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Fri, 12 Jul 2013 13:38:08 -0400 Subject: [PATCH] Fix typo The file is KeyFileExt, not KeyFileEx. Change-Id: Iffd5edc8a60b1a49441822d26dc44fa252bd70e3 Reviewed-on: http://gerrit.openafs.org/10084 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/auth/keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/keys.c b/src/auth/keys.c index c4de1a814..54b700e23 100644 --- a/src/auth/keys.c +++ b/src/auth/keys.c @@ -300,7 +300,7 @@ _afsconf_InitKeys(struct afsconf_dir *dir) * in the original KeyFile, so that we can continue to be compatible with * utilities that directly modify that file. * - * All other keys are stored in the file KeyFileEx, which has the following + * All other keys are stored in the file KeyFileExt, which has the following * format: * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -- 2.39.5