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 /session/adodb-session.php | |
| parent | 01e2e0d97226556052b146cf98e584fd7a8df249 (diff) | |
| download | adodb-064f2f108c0b9781b61b353442691099f5e79845.tar.gz adodb-064f2f108c0b9781b61b353442691099f5e79845.tar.bz2 adodb-064f2f108c0b9781b61b353442691099f5e79845.zip | |
Codespell assisted typo cleaning
Diffstat (limited to 'session/adodb-session.php')
| -rw-r--r-- | session/adodb-session.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/session/adodb-session.php b/session/adodb-session.php index 66ff3559..e1a04928 100644 --- a/session/adodb-session.php +++ b/session/adodb-session.php @@ -599,7 +599,7 @@ class ADODB_Session { $sql = "SELECT $data FROM $table WHERE sesskey = $binary $qkey AND expiry >= " . time(); /* Lock code does not work as it needs to hold transaction within whole page, and we don't know if - developer has commited elsewhere... :( + developer has committed elsewhere... :( */ #if (ADODB_Session::Lock()) # $rs = $conn->RowLock($table, "$binary sesskey = $qkey AND expiry >= " . time(), $data); @@ -921,12 +921,12 @@ ADODB_Session::_init(); if (empty($ADODB_SESSION_READONLY)) register_shutdown_function('session_write_close'); -// for backwards compatability only +// for backwards compatibility only function adodb_sess_open($save_path, $session_name, $persist = true) { return ADODB_Session::open($save_path, $session_name, $persist); } -// for backwards compatability only +// for backwards compatibility only function adodb_sess_gc($t) { return ADODB_Session::gc($t); |
