diff options
author | Theodore Tso <tytso@mit.edu> | 1997-03-25 06:29:54 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1997-03-25 06:29:54 +0000 |
commit | 4f65ecef11d8b40088fbfa4bb5f7abb27ad1542f (patch) | |
tree | 5201a193d4fb10de32c183bcea68dc48a8d13e39 /src/util/profile/prof_tree.c | |
parent | 89525adb21f9ef63a825f99607e04f307d56f65f (diff) | |
download | krb5-4f65ecef11d8b40088fbfa4bb5f7abb27ad1542f.tar.gz krb5-4f65ecef11d8b40088fbfa4bb5f7abb27ad1542f.tar.xz krb5-4f65ecef11d8b40088fbfa4bb5f7abb27ad1542f.zip |
Fix stupid spelling typo
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10029 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/prof_tree.c')
-rw-r--r-- | src/util/profile/prof_tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/profile/prof_tree.c b/src/util/profile/prof_tree.c index a192e1d55..3db7dc625 100644 --- a/src/util/profile/prof_tree.c +++ b/src/util/profile/prof_tree.c @@ -177,7 +177,7 @@ errcode_t profile_add_node(section, name, value, ret_node) * Iterate through the section, returning the relations which match * the given name. If name is NULL, then interate through all the * relations in the section. The first time this routine is called, - * the state pointer must be null. When this profile_find_node_relatioon() + * the state pointer must be null. When this profile_find_node_relation() * returns, if the state pointer is non-NULL, then this routine should * be called again. * |