Fix stupid spelling typo
authorTheodore Tso <tytso@mit.edu>
Tue, 25 Mar 1997 06:29:54 +0000 (06:29 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 25 Mar 1997 06:29:54 +0000 (06:29 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10029 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/prof_tree.c

index a192e1d55c477fd9be80bfe9679be43a5f480586..3db7dc625eab2abe6f8e4127274896bae7499546 100644 (file)
@@ -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.
  *