summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1997-03-25 06:29:54 +0000
committerTheodore Tso <tytso@mit.edu>1997-03-25 06:29:54 +0000
commit4f65ecef11d8b40088fbfa4bb5f7abb27ad1542f (patch)
tree5201a193d4fb10de32c183bcea68dc48a8d13e39 /src/util
parent89525adb21f9ef63a825f99607e04f307d56f65f (diff)
downloadkrb5-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')
-rw-r--r--src/util/profile/prof_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/profile/prof_tree.c b/src/util/profile/prof_tree.c
index a192e1d55c..3db7dc625e 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.
*