Spelling fixes

This commit is contained in:
chase
2018-05-26 11:50:47 -05:00
committed by Jon Trulson
parent 8d2fe2486c
commit 809c3d8bb6
146 changed files with 240 additions and 240 deletions

View File

@@ -1517,9 +1517,9 @@ main(
fprintf (outVolume, "*.topTopic: %s\n", ParentName);
/*
* topic heirarchy
* topic hierarchy
*/
fprintf (outVolume, "\n\n!# Topic Heirarchy\n");
fprintf (outVolume, "\n\n!# Topic Hierarchy\n");
fprintf (outVolume, "*.%s.parent: \n", ParentName);
for (next = TopicList; next && *next; next++)
fprintf (outVolume, "*.%s.parent: %s\n", *next, ParentName);