summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-09-13 11:09:49 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-09-13 11:09:49 +0200
commitf290e30e958319860af1febd01bb322f5f08b20a (patch)
treeed4ecf5a7093df8ab0e5a16ce0c1b5bbc539afd2
parent22547d056c5fc36aff666b68b03a2d9471022ac2 (diff)
Fix typo
Change-Id: I81e897153281a70756ffd442f9384751c025c016
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
index 106c20a075d1..3a43ea347974 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
@@ -696,7 +696,7 @@ RaiseInfo::RaiseInfo(typelib_TypeDescription * pTD)throw ()
assert(etMem + etMemOffset == pCode + totalSize);
// remove array
- delete[] excecptionTypeSizeArray;
+ delete[] exceptionTypeSizeArray;
}
RaiseInfo::~RaiseInfo() throw ()