# HG changeset patch # User Salvatore Bonaccorso # Date 1457164800 28800 # Node ID 80ec00959fbd80d9322b7f24fb84a88050d7078c # Parent 475aff91675b59c8e77b473ca0a20b4f4677d0e9 Fix spelling errors diff -r 475aff91675b -r 80ec00959fbd shelldap --- a/shelldap Tue Jan 12 00:16:33 2016 -0800 +++ b/shelldap Sat Mar 05 00:00:00 2016 -0800 @@ -341,7 +341,7 @@ inspect posixAccount organizationalUnit inspect _schema -The output is a list of found objectClasses, their schema heirarchy +The output is a list of found objectClasses, their schema hierarchy (up to 'top'), whether or not they are a structural class, and then a merged list of all valid attributes for the given objectClasses. Attributes are marked as either required or optional, and whether @@ -2275,7 +2275,7 @@ } -### Recursively walk an objectClass heirarchy, returning an array +### Recursively walk an objectClass hierarchy, returning an array ### of inheritence. ### sub findall_supers