From e63900b5663e004f93610c5dff665967eb975bd5 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 19 Aug 2019 21:59:47 +0200 Subject: [PATCH] typo --- lam/lib/modules/ldapPublicKey.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/modules/ldapPublicKey.inc b/lam/lib/modules/ldapPublicKey.inc index 1f48fae4..565f35f3 100644 --- a/lam/lib/modules/ldapPublicKey.inc +++ b/lam/lib/modules/ldapPublicKey.inc @@ -5,7 +5,7 @@ use \LAM\PDF\PDFTableRow; /* This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2005 - 2018 Roland Gruber + Copyright (C) 2005 - 2019 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -41,7 +41,7 @@ class ldapPublicKey extends baseModule { const SESS_KEY_LIST = 'ldapPublicKey_keyList'; /** - * Creates a new sambaSamAccount object. + * Creates a new ldapPublicKey object. * * @param string $scope account type (user, group, host) */