summaryrefslogtreecommitdiff
path: root/pear
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 /pear
parent01e2e0d97226556052b146cf98e584fd7a8df249 (diff)
downloadadodb-064f2f108c0b9781b61b353442691099f5e79845.tar.gz
adodb-064f2f108c0b9781b61b353442691099f5e79845.tar.bz2
adodb-064f2f108c0b9781b61b353442691099f5e79845.zip
Codespell assisted typo cleaning
Diffstat (limited to 'pear')
-rw-r--r--pear/Auth/Container/ADOdb.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/Auth/Container/ADOdb.php b/pear/Auth/Container/ADOdb.php
index 1c60b553..e28bcb8d 100644
--- a/pear/Auth/Container/ADOdb.php
+++ b/pear/Auth/Container/ADOdb.php
@@ -58,7 +58,7 @@ class Auth_Container_ADOdb extends Auth_Container
/**
* Constructor of the container class
*
- * Initate connection to the database via PEAR::ADOdb
+ * Initiate connection to the database via PEAR::ADOdb
*
* @param string Connection data or DB object
* @return object Returns an error object if something went wrong
@@ -262,7 +262,7 @@ class Auth_Container_ADOdb extends Auth_Container
continue;
}
// Use reference to the auth object if exists
- // This is because the auth session variable can change so a static call to setAuthData does not make sence
+ // This is because the auth session variable can change so a static call to setAuthData does not make sense
if(is_object($this->_auth_obj)){
$this->_auth_obj->setAuthData($key, $value);
} else {