diff options
| author | Jean-Michel Vourgère <nirgal@debian.org> | 2019-11-04 22:10:48 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2019-11-12 13:46:19 +0100 |
| commit | 064f2f108c0b9781b61b353442691099f5e79845 (patch) | |
| tree | dfac29d1c18c91abb81f79a1850c3fbadc8afc56 /tests | |
| parent | 01e2e0d97226556052b146cf98e584fd7a8df249 (diff) | |
| download | adodb-064f2f108c0b9781b61b353442691099f5e79845.tar.gz adodb-064f2f108c0b9781b61b353442691099f5e79845.tar.bz2 adodb-064f2f108c0b9781b61b353442691099f5e79845.zip | |
Codespell assisted typo cleaning
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test.php | 2 | ||||
| -rw-r--r-- | tests/testdatabases.inc.php | 2 |
2 files changed, 2 insertions, 2 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(); diff --git a/tests/testdatabases.inc.php b/tests/testdatabases.inc.php index 5df07011..a35781ef 100644 --- a/tests/testdatabases.inc.php +++ b/tests/testdatabases.inc.php @@ -432,7 +432,7 @@ if (!empty($testmssql)) { // MS SQL Server via ODBC } ADOLoadCode("ado_mssql"); -if (!empty($testmssql) && !empty($testado) ) { // ADO ACCESS MSSQL -- thru ODBC -- DSN-less +if (!empty($testmssql) && !empty($testado) ) { // ADO ACCESS MSSQL -- through ODBC -- DSN-less $db = ADONewConnection("ado_mssql"); //$db->debug=1; |
