[Libreoffice-commits] core.git: cli_ure/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Apr 14 17:44:06 UTC 2019


 cli_ure/source/basetypes/uno/PolymorphicType.cs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0811add46bfec3a2046fcde48e7e92a5921a54a1
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:05:55 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 14 19:43:05 2019 +0200

    Fix typo
    
    Change-Id: I23e3617274c1c17b9c3792f95eaf28d9554dc2b3
    Reviewed-on: https://gerrit.libreoffice.org/70740
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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;


More information about the Libreoffice-commits mailing list