diff --git a/libopts/autoopts/options.h b/libopts/autoopts/options.h index 22259628f..7c352f8a1 100644 --- a/libopts/autoopts/options.h +++ b/libopts/autoopts/options.h @@ -839,7 +839,7 @@ extern int optionFileLoad(tOptions *, char const *); /** - * optionFindNextValue - find a hierarcicaly valued option instance + * optionFindNextValue - find a hierarchically valued option instance * * This routine will find the next entry in a nested value option or * configurable. It will search through the list and return the next entry @@ -856,7 +856,7 @@ extern const tOptionValue * optionFindNextValue(const tOptDesc *, const tOptionV /** - * optionFindValue - find a hierarcicaly valued option instance + * optionFindValue - find a hierarchically valued option instance * * This routine will find an entry in a nested value option or configurable. * It will search through the list and return a matching entry. diff --git a/libopts/configfile.c b/libopts/configfile.c index ae733e27c..d050138f0 100644 --- a/libopts/configfile.c +++ b/libopts/configfile.c @@ -145,7 +145,7 @@ configFileLoad(char const * fname) /*=export_func optionFindValue * - * what: find a hierarcicaly valued option instance + * what: find a hierarchically valued option instance * arg: + const tOptDesc * + odesc + an option with a nested arg type + * arg: + char const * + name + name of value to find + * arg: + char const * + val + the matching value + @@ -220,7 +220,7 @@ optionFindValue(const tOptDesc * odesc, char const * name, char const * val) * * FIXME: the handling of 'pzName' and 'pzVal' is just wrong. * - * what: find a hierarcicaly valued option instance + * what: find a hierarchically valued option instance * arg: + const tOptDesc * + odesc + an option with a nested arg type + * arg: + const tOptionValue * + pPrevVal + the last entry + * arg: + char const * + name + name of value to find + diff --git a/libopts/restore.c b/libopts/restore.c index b46fcb555..9fbcbb0bd 100644 --- a/libopts/restore.c +++ b/libopts/restore.c @@ -34,7 +34,7 @@ /* * optionFixupSavedOpts Really, it just wipes out option state for * options that are troublesome to copy. viz., stacked strings and - * hierarcicaly valued option args. We do duplicate string args that + * hierarchically valued option args. We do duplicate string args that * have been marked as allocated though. */ static void