diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-31 17:44:48 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-02-04 07:07:07 +0100 |
commit | 47a5f90d42923fa045814d5c739c686381913c4c (patch) | |
tree | 29002285d487fa59a2bcf73215f57e15f2524cc7 /cli_ure | |
parent | 6b6c0b120f3275be6bd9dbb26480f8f1df355e00 (diff) |
Fix typo
Change-Id: If5772a609d7333f3fc07ade887e9a25762ebb75a
Reviewed-on: https://gerrit.libreoffice.org/67340
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/climaker/climaker_emit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/climaker/climaker_emit.cxx b/cli_ure/source/climaker/climaker_emit.cxx index ed864e18298f..f4526eb037a5 100644 --- a/cli_ure/source/climaker/climaker_emit.cxx +++ b/cli_ure/source/climaker/climaker_emit.cxx @@ -624,7 +624,7 @@ Assembly ^ TypeEmitter::type_resolve( } } ::System::String ^ cts_name = to_cts_name( uno_name ); - // if the struct is an instantiated polymorpic struct then we create the simple struct name + // if the struct is an instantiated polymorphic struct then we create the simple struct name // For example: // void func ([in] PolyStruct<boolean> arg); //PolyStruct<boolean> will be converted to PolyStruct |