bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h | 4 ++-- bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit f73e6a968e54f7d7b0669c0b002d8704ab9fbfe7 Author: Julien Nabet <[email protected]> Date: Wed Dec 10 00:05:54 2014 +0100 Typo: nuber=>number Change-Id: Idc87ab05f817a21e491537a1fa4c014c5a313bf6 diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h b/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h index d9edcb0..dfd42ed 100644 --- a/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h +++ b/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h @@ -91,7 +91,7 @@ struct __cxa_exception // Stack of exceptions in cleanups. __cxa_exception* nextPropagatingException; - // The nuber of active cleanup handlers for this exception. + // The number of active cleanup handlers for this exception. int propagationCount; #else // Cache parsed handler data from the personality routine Phase 1 @@ -139,7 +139,7 @@ struct __cxa_dependent_exception // Stack of exceptions in cleanups. __cxa_exception* nextPropagatingException; - // The nuber of active cleanup handlers for this exception. + // The number of active cleanup handlers for this exception. int propagationCount; #else // Cache parsed handler data from the personality routine Phase 1 diff --git a/bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx b/bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx index aaf83a2..0185a2c 100644 --- a/bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx +++ b/bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx @@ -94,7 +94,7 @@ struct __cxa_exception // Stack of exceptions in cleanups. __cxa_exception* nextPropagatingException; - // The nuber of active cleanup handlers for this exception. + // The number of active cleanup handlers for this exception. int propagationCount; #else // Cache parsed handler data from the personality routine Phase 1 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
