From 935a2fa0f7ee5dbe6402e0d202a581c05a7b01a2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 18 Aug 2019 14:39:29 +0200 Subject: Fix typos It passed "make check" on Linux Change-Id: Ibda74a6c5bd50bac7af3b3af1f294817c3e406cc Reviewed-on: https://gerrit.libreoffice.org/77667 Reviewed-by: Julien Nabet Tested-by: Jenkins --- bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridges') diff --git a/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx b/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx index 477879f2f2a0..a07365a5943e 100644 --- a/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx @@ -198,7 +198,7 @@ StructKind getStructKind(typelib_CompoundTypeDescription const * type) { case STRUCT_KIND_EMPTY: // this means an empty sub-object, which nevertheless obtains a byte // of storage (TODO: does it?), so the full object cannot be a - // homogenous collection of float or double + // homogeneous collection of float or double case STRUCT_KIND_POD: assert(k != STRUCT_KIND_DTOR); k = STRUCT_KIND_POD; -- cgit