summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 09:39:47 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 09:39:47 +0200
commit13ed66c9ce46d7f9ec9f670544e6fdf440412c72 (patch)
tree057dae1db2e1891ac6cf9c80fedf3289ab353708 /cli_ure
parent2926bd4d6bce5115e4de8e8e155cbeb9fd66e3a4 (diff)
s/Whith/With/
Change-Id: I098290a33a3d455594bd200034b279eef02c792b
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/uno_bridge/cli_data.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/uno_bridge/cli_data.cxx b/cli_ure/source/uno_bridge/cli_data.cxx
index 48ad72c7a1a6..d5d17baf5b32 100644
--- a/cli_ure/source/uno_bridge/cli_data.cxx
+++ b/cli_ure/source/uno_bridge/cli_data.cxx
@@ -1640,7 +1640,7 @@ void Bridge::map_to_cli(
}
OSL_ASSERT (nPos != -1);
int offset = pCTD->pMemberOffsets[nPos];
- //Whith the offset within the exception we can get the message string
+ //With the offset within the exception we can get the message string
System::String^ sMessage = mapUnoString(*(rtl_uString**)
((char*) uno_data + offset));
//We need to find a constructor for the exception that takes the message string