jvmaccess/workbench/exceptiontest2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7a369532d48335de66d7684f07e3a81de06c2b41 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jul 24 21:59:43 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jul 24 22:35:29 2024 +0200 Fix typo Change-Id: I78bf0f3c03c190fcb577e5342041330aee15a6d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170983 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/jvmaccess/workbench/exceptiontest2.cxx b/jvmaccess/workbench/exceptiontest2.cxx index dd45877c5ebe..63a6d636ceb2 100644 --- a/jvmaccess/workbench/exceptiontest2.cxx +++ b/jvmaccess/workbench/exceptiontest2.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()