codemaker/tests/pythonmaker/idl/pythontypes.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 12904bdf8f413a50d6873a1944cc236b452fe83b Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Jan 3 15:54:21 2026 +0100 Commit: Taichi Haradaguchi <[email protected]> CommitDate: Sun Jan 4 10:08:40 2026 +0100 Fix typo Change-Id: I02c7a422dea067658e3cfcba6b363b32c0d197aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196449 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <[email protected]> diff --git a/codemaker/tests/pythonmaker/idl/pythontypes.idl b/codemaker/tests/pythonmaker/idl/pythontypes.idl index 93738d1fb63d..c8215efd1dc8 100644 --- a/codemaker/tests/pythonmaker/idl/pythontypes.idl +++ b/codemaker/tests/pythonmaker/idl/pythontypes.idl @@ -128,7 +128,7 @@ module test Struct1 p16; com::sun::star::uno::XInterface p17; com::sun::star::uno::XNamingService p18; - // --- Typedef Variants of Above Tyeps --- + // --- Typedef Variants of Above Types --- Boolean t1; Byte t2; Short t3;
