jvmaccess/workbench/exceptiontest1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 77548ff9193cec40fe4954819bf425d3ae58aaa6 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jul 24 21:59:19 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jul 24 22:36:07 2024 +0200 Fix typo Change-Id: Id89680653dec2edcb0529550d54a50036b736cc9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170982 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> 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 <iostream> // 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()
