summaryrefslogtreecommitdiff
path: root/adodb-datadict.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-datadict.inc.php
parent01e2e0d97226556052b146cf98e584fd7a8df249 (diff)
downloadadodb-064f2f108c0b9781b61b353442691099f5e79845.tar.gz
adodb-064f2f108c0b9781b61b353442691099f5e79845.tar.bz2
adodb-064f2f108c0b9781b61b353442691099f5e79845.zip
Codespell assisted typo cleaning
Diffstat (limited to 'adodb-datadict.inc.php')
-rw-r--r--adodb-datadict.inc.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/adodb-datadict.inc.php b/adodb-datadict.inc.php
index 1c80135e..1a96eff6 100644
--- a/adodb-datadict.inc.php
+++ b/adodb-datadict.inc.php
@@ -181,7 +181,7 @@ class ADODB_DataDict {
var $dataProvider;
var $invalidResizeTypes4 = array('CLOB','BLOB','TEXT','DATE','TIME'); // for changetablesql
var $blobSize = 100; /// any varchar/char field this size or greater is treated as a blob
- /// in other words, we use a text area for editting.
+ /// in other words, we use a text area for editing.
function GetCommentSQL($table,$col)
{
@@ -474,11 +474,11 @@ class ADODB_DataDict {
/**
* Change the definition of one column
*
- * As some DBM's can't do that on there own, you need to supply the complete defintion of the new table,
+ * As some DBM's can't do that on there own, you need to supply the complete definition of the new table,
* to allow, recreating the table and copying the content over to the new table
* @param string $tabname table-name
* @param string $flds column-name and type for the changed column
- * @param string $tableflds='' complete defintion of the new table, eg. for postgres, default ''
+ * @param string $tableflds='' complete definition of the new table, eg. for postgres, default ''
* @param array/string $tableoptions='' options for the new table see CreateTableSQL, default ''
* @return array with SQL strings
*/
@@ -529,11 +529,11 @@ class ADODB_DataDict {
/**
* Drop one column
*
- * Some DBM's can't do that on there own, you need to supply the complete defintion of the new table,
+ * Some DBM's can't do that on there own, you need to supply the complete definition of the new table,
* to allow, recreating the table and copying the content over to the new table
* @param string $tabname table-name
* @param string $flds column-name and type for the changed column
- * @param string $tableflds='' complete defintion of the new table, eg. for postgres, default ''
+ * @param string $tableflds='' complete definition of the new table, eg. for postgres, default ''
* @param array/string $tableoptions='' options for the new table see CreateTableSQL, default ''
* @return array with SQL strings
*/