summaryrefslogtreecommitdiff
path: root/include/namespace.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-05-31 18:36:04 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-05-31 18:36:04 +0200
commitf107c1522db3db81bb0ef1031250891432eaa453 (patch)
tree6e9399905aecf23283b5592cab75ef9656a24889 /include/namespace.h
parent4b32f9f761ba9e911fdc53181e5c2feec7bf040d (diff)
fix documentation stuff that was reported in pull requested #194
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