diff --git a/lam/templates/delete.php b/lam/templates/delete.php index 437754ef..85d8efbc 100644 --- a/lam/templates/delete.php +++ b/lam/templates/delete.php @@ -329,7 +329,7 @@ if (isset($_POST['delete'])) { * Returns the number of child entries of a DN. * * @param string $dn DN of parent -* @return interger number of childs +* @return integer number of childs */ function getChildCount($dn) { $entries = searchLDAP(escapeDN($dn), 'objectClass=*', array('dn'));