From 77548ff9193cec40fe4954819bf425d3ae58aaa6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 24 Jul 2024 21:59:19 +0200 Subject: [PATCH] Fix typo Change-Id: Id89680653dec2edcb0529550d54a50036b736cc9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170982 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- jvmaccess/workbench/exceptiontest1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jvmaccess/workbench/exceptiontest1.cxx b/jvmaccess/workbench/exceptiontest1.cxx index adc2db719ff4..c541665bf051 100644 --- a/jvmaccess/workbench/exceptiontest1.cxx +++ b/jvmaccess/workbench/exceptiontest1.cxx @@ -22,7 +22,7 @@ #include // Modify source/virtualmachine.cxx before running this test, by letting the -// AttachGuard ctor directly throw a CreationExcepiton (without even setting the +// AttachGuard ctor directly throw a CreationException (without even setting the // m_xMachine member). int main()