From 734d74f9a6efe3eb431dfe6719381a3c664e5f97 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 2 Nov 2009 17:36:20 +0000 Subject: [PATCH] typo --- lam/docs/devel/mod_basics.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/docs/devel/mod_basics.htm b/lam/docs/devel/mod_basics.htm index 98efa65a..96e1c838 100644 --- a/lam/docs/devel/mod_basics.htm +++ b/lam/docs/devel/mod_basics.htm @@ -38,7 +38,7 @@ therefore the file will be called lib/modules/i

3. Defining the class

-All module classes have baeModule +All module classes have baseModule as parent class. This provides common functionality and dummy functions for all required class functions.