diff options
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. |