From ad6837c05675a14ba466cca6ce1a33a3113cec70 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 27 Jun 2017 20:19:28 +0200 Subject: [PATCH] typo --- lam/templates/delete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'));