unoidl/source/sourceprovider-parser-requires.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e34d63230cb6ec45f4c547dc8f3be2dcc8f84dd3
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 18 20:36:31 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 19 08:46:41 2024 +0200

    Fix typo
    
    Change-Id: I8613fc1be864f79af407f66b486f0e9cab9862db
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169129
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/unoidl/source/sourceprovider-parser-requires.hxx 
b/unoidl/source/sourceprovider-parser-requires.hxx
index 5d9e5f6e3fda..8444da21026f 100644
--- a/unoidl/source/sourceprovider-parser-requires.hxx
+++ b/unoidl/source/sourceprovider-parser-requires.hxx
@@ -127,9 +127,9 @@ struct SourceProviderType {
     Type type;
     OUString name; // TYPE_ENUM ... TYPE_PARAMETER
     SourceProviderEntity const * entity;
-        // TYPE_ENUM ... TYPE_INSTANTIATED_POLYMOPRHIC_STRUCT
+        // TYPE_ENUM ... TYPE_INSTANTIATED_POLYMORPHIC_STRUCT
     std::vector<SourceProviderType> subtypes;
-        // TYPE_SEQUENCE, TYPE_INSTANTIATED_POLYMOPRHIC_STRUCT
+        // TYPE_SEQUENCE, TYPE_INSTANTIATED_POLYMORPHIC_STRUCT
     OUString typedefName;
 };
 

Reply via email to