summaryrefslogtreecommitdiff
path: root/include/namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/namespace.h')
-rw-r--r--include/namespace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/namespace.h b/include/namespace.h
index bdfb8c6..d31731c 100644
--- a/include/namespace.h
+++ b/include/namespace.h
@@ -1,7 +1,7 @@
/**
* Namespace.h
*
- * Class that can be used to group various functions and classes into one
+ * Class that can be used to group various functions and classes into one
* namespace.
*
* @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
@@ -58,7 +58,7 @@ protected:
* Is the object locked?
*
* After the object is locked, no more elements can be added to it.
- * This happens after the call to get_module - it the no longer makes
+ * This happens after the call to get_module - it no longer makes
* sense to add more objects. When 'apache reload' is executed, the
* get_module() function is called for a second (or third, or fourth)
* time, but the classes, functions and namespaces will then not be