diff --git a/src/docs/asciidoc/data-access.adoc b/src/docs/asciidoc/data-access.adoc index 64d2e7145f0c..904c2bf052dc 100644 --- a/src/docs/asciidoc/data-access.adoc +++ b/src/docs/asciidoc/data-access.adoc @@ -1835,7 +1835,7 @@ Code within the callback can roll the transaction back by calling the try { updateOperation1(); updateOperation2(); - } catch (SomeBusinessExeption ex) { + } catch (SomeBusinessException ex) { **status.setRollbackOnly();** } }