From 08ee88750dd6bcba435473f1eb864f211edca1dd Mon Sep 17 00:00:00 2001 From: "carnil@debian.org" Date: Sat, 5 Mar 2016 08:00:00 +0000 Subject: [PATCH] Fix spelling errors FossilOrigin-Name: 3d98282a2de17a00fbd1c479334205960c6de1f82ac27bf96190adfbd4b91927 --- shelldap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shelldap b/shelldap index 2f400e6..3089e28 100755 --- a/shelldap +++ b/shelldap @@ -341,7 +341,7 @@ attributes. 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 @@ sub run_inspect } -### Recursively walk an objectClass heirarchy, returning an array +### Recursively walk an objectClass hierarchy, returning an array ### of inheritence. ### sub findall_supers