summaryrefslogtreecommitdiff
path: root/adodb-csvlib.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-csvlib.inc.php
parent01e2e0d97226556052b146cf98e584fd7a8df249 (diff)
downloadadodb-064f2f108c0b9781b61b353442691099f5e79845.tar.gz
adodb-064f2f108c0b9781b61b353442691099f5e79845.tar.bz2
adodb-064f2f108c0b9781b61b353442691099f5e79845.zip
Codespell assisted typo cleaning
Diffstat (limited to 'adodb-csvlib.inc.php')
-rw-r--r--adodb-csvlib.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/adodb-csvlib.inc.php b/adodb-csvlib.inc.php
index e7edf1b4..0d0c3613 100644
--- a/adodb-csvlib.inc.php
+++ b/adodb-csvlib.inc.php
@@ -27,7 +27,7 @@ $ADODB_INCLUDED_CSV = 1;
*
* @param rs the recordset
*
- * @return the CSV formated data
+ * @return the CSV formatted data
*/
function _rs2serialize(&$rs,$conn=false,$sql='')
{
@@ -85,7 +85,7 @@ $ADODB_INCLUDED_CSV = 1;
* @param err returns the error message
* @param timeout dispose if recordset has been alive for $timeout secs
*
-* @return recordset, or false if error occured. If no
+* @return recordset, or false if error occurred. If no
* error occurred in sql INSERT/UPDATE/DELETE,
* empty recordset is returned
*/