From d85007120b4959882c644d6f8f9d873dee7f4e98 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 1 Feb 2009 16:18:25 +0000 Subject: [PATCH] typo --- lam/lib/baseModule.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/baseModule.inc b/lam/lib/baseModule.inc index d857cc62..a4b9ec70 100644 --- a/lam/lib/baseModule.inc +++ b/lam/lib/baseModule.inc @@ -919,7 +919,7 @@ abstract class baseModule { } /** - * This functions is used to check if all settings for this module have been made. + * This function is used to check if all settings for this module have been made. * * Calling this method requires the existence of an enclosing {@link accountContainer}.
*