diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-04 21:08:13 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-03-04 21:08:13 +0100 |
commit | 6227adfe37b1980c068fea89a47794974ae64dd9 (patch) | |
tree | c344ac807ff2bcd204e77b4bf1c7420b4bf5063a /src/core/model | |
parent | c0103d1ca8fa787c213adfcc10e001028583d20a (diff) |
Fix typo
Diffstat (limited to 'src/core/model')
-rw-r--r-- | src/core/model/Document.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp index 6b2ae47..48a291f 100644 --- a/src/core/model/Document.hpp +++ b/src/core/model/Document.hpp @@ -1023,7 +1023,7 @@ public: * @return a const reference to the NodeVector of ontologies that are used * within this Document. */ - const NodeVector<Ontology> &getOntologys() const { return ontologies; } + const NodeVector<Ontology> &getOntologies() const { return ontologies; } /** * Adds a Ontology reference to this Document. |