diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:05:55 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-14 19:43:05 +0200 |
commit | 0811add46bfec3a2046fcde48e7e92a5921a54a1 (patch) | |
tree | 9277f93e0ef083edb8ce032d0d5153a88aef4397 /cli_ure | |
parent | 62f021814875dab64ecfc4b068f2c3b369c0987d (diff) |
Fix typo
Change-Id: I23e3617274c1c17b9c3792f95eaf28d9554dc2b3
Reviewed-on: https://gerrit.libreoffice.org/70740
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/basetypes/uno/PolymorphicType.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/basetypes/uno/PolymorphicType.cs b/cli_ure/source/basetypes/uno/PolymorphicType.cs index f8a6935d6349..e996131fc6ab 100644 --- a/cli_ure/source/basetypes/uno/PolymorphicType.cs +++ b/cli_ure/source/basetypes/uno/PolymorphicType.cs @@ -108,7 +108,7 @@ public class PolymorphicType: Type if (name == null || type == null) throw new ArgumentNullException( "cli-uno: uno.PolymorphicType.GetType was called with a null argument"); - //check if the type is either a array of structs or a polymorphic struct. + //check if the type is either an array of structs or a polymorphic struct. if (type.IsArray) { Type elementType = type; |