summaryrefslogtreecommitdiff
path: root/lib/TUWF
diff options
context:
space:
mode:
Diffstat (limited to 'lib/TUWF')
-rw-r--r--lib/TUWF/DB.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TUWF/DB.pod b/lib/TUWF/DB.pod
index 6f11a97..75647e3 100644
--- a/lib/TUWF/DB.pod
+++ b/lib/TUWF/DB.pod
@@ -72,7 +72,7 @@ Returns the DBI connection handle.
Commits the current transaction. You normally don't have to call this method
since TUWF does this automatically after each request.
-=head2 dbRollback()
+=head2 dbRollBack()
Rolls back the current transaction. You normally don't have to call this method
since TUWF does this automatically if something goes wrong.