summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-06-29 13:12:27 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-06-29 13:15:51 +0200
commitb19db6b21d3d5adc6491c11ebee119d3f63675af (patch)
treee38ad57f97e83356919a321b77bafa905fd2a74f /cli_ure
parent430484932e1254f7076321c2a7b3ec3df1512896 (diff)
Typo: apend->append
Change-Id: I062c95ca8d478ba6c241723dda25c1dc4d7bb852
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/climaker/climaker_emit.cxx2
-rw-r--r--cli_ure/source/uno_bridge/cli_data.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/cli_ure/source/climaker/climaker_emit.cxx b/cli_ure/source/climaker/climaker_emit.cxx
index b3139d709c76..d7b55051b7e6 100644
--- a/cli_ure/source/climaker/climaker_emit.cxx
+++ b/cli_ure/source/climaker/climaker_emit.cxx
@@ -194,7 +194,7 @@ System::String^ mapUnoTypeName(System::String ^ typeName)
buf->Append(const_cast<System::String^>(Constants::sUnoidl));
buf->Append(mapUnoPolymorphicName(sUnoName));
}
- // apend []
+ // append []
for (;dims--;)
buf->Append(const_cast<System::String^>(Constants::sBrackets));
diff --git a/cli_ure/source/uno_bridge/cli_data.cxx b/cli_ure/source/uno_bridge/cli_data.cxx
index 9e3a32782b7a..f050ee0bc8d7 100644
--- a/cli_ure/source/uno_bridge/cli_data.cxx
+++ b/cli_ure/source/uno_bridge/cli_data.cxx
@@ -515,7 +515,7 @@ System::String^ mapUnoTypeName(rtl_uString const * typeName)
System::String ^ sName = mapUnoPolymorphicName(sUnoName);
buf->Append(sName);
}
- // apend []
+ // append []
for (;dims--;)
buf->Append(const_cast<System::String^>(Constants::sBrackets));