summaryrefslogtreecommitdiff
path: root/tests/test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.php')
-rw-r--r--tests/test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.php b/tests/test.php
index e32053b1..983edc12 100644
--- a/tests/test.php
+++ b/tests/test.php
@@ -1583,7 +1583,7 @@ END Adodb;
else {
$name = $db->GetOne("Select firstname from ADOXYZ where id=1");
if (trim($name) != "Carolx") Err("Error: CompleteTrans (2) should have succeeded, returned name=$name");
- else echo "<p> -- Passed StartTrans test2 - commiting</p>";
+ else echo "<p> -- Passed StartTrans test2 - committing</p>";
}
}
flush();