diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-13 01:31:42 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:17 +0200 |
commit | dc3c159379939887835abff175200b9c4b7103cd (patch) | |
tree | 891da8261051df3c10580c9953bfd1b9ab9eee89 /src/core/model | |
parent | f0dd30d01fb5dc807ecc03fec36bd5f1c5748c3f (diff) |
Fix typo in comment
Diffstat (limited to 'src/core/model')
-rw-r--r-- | src/core/model/Typesystem.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/Typesystem.hpp b/src/core/model/Typesystem.hpp index a13a643..ac29c81 100644 --- a/src/core/model/Typesystem.hpp +++ b/src/core/model/Typesystem.hpp @@ -995,7 +995,7 @@ private: protected: /** * Makes sure the given variant is an array and its elements match the inner - * type of the Arraqy. + * type of the Array. * * @param data is a variant containing the array data that should be checked * and passed to the inner type validation function. |