summaryrefslogtreecommitdiff
path: root/src/core/model/RootNode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/RootNode.hpp')
-rw-r--r--src/core/model/RootNode.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/RootNode.hpp b/src/core/model/RootNode.hpp
index 173a6e4..d26917f 100644
--- a/src/core/model/RootNode.hpp
+++ b/src/core/model/RootNode.hpp
@@ -37,7 +37,7 @@ namespace ousia {
/**
* The RootNode class represents a Node that may be a Root node (such as
- * Documents, Typesystems and Domains). Root nodes have the property, that the
+ * Documents, Typesystems and Ontologys). Root nodes have the property, that the
* allow importing/referencing other Nodes.
*/
class RootNode : public Node {