summaryrefslogtreecommitdiff
path: root/adodb-active-record.inc.php
diff options
context:
space:
mode:
authorJean-Michel Vourgère <nirgal@debian.org>2019-11-04 22:10:48 +0100
committerDamien Regad <dregad@mantisbt.org>2019-11-12 13:46:19 +0100
commit064f2f108c0b9781b61b353442691099f5e79845 (patch)
treedfac29d1c18c91abb81f79a1850c3fbadc8afc56 /adodb-active-record.inc.php
parent01e2e0d97226556052b146cf98e584fd7a8df249 (diff)
downloadadodb-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.php2
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) {