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 /adodb-active-record.inc.php | |
| parent | 01e2e0d97226556052b146cf98e584fd7a8df249 (diff) | |
| download | adodb-064f2f108c0b9781b61b353442691099f5e79845.tar.gz adodb-064f2f108c0b9781b61b353442691099f5e79845.tar.bz2 adodb-064f2f108c0b9781b61b353442691099f5e79845.zip | |
Codespell assisted typo cleaning
Diffstat (limited to 'adodb-active-record.inc.php')
| -rw-r--r-- | adodb-active-record.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adodb-active-record.inc.php b/adodb-active-record.inc.php index 3c2967f8..defa831c 100644 --- a/adodb-active-record.inc.php +++ b/adodb-active-record.inc.php @@ -1228,7 +1228,7 @@ global $_ADODB_ACTIVE_DBS; // arrRef will be the structure that knows about our objects. // It is an associative array. // We will, however, return arr, preserving regular 0.. order so that - // obj[0] can be used by app developpers. + // obj[0] can be used by app developers. $arrRef = array(); $bTos = array(); // Will store belongTo's indices if any foreach($rows as $row) { |
