summaryrefslogtreecommitdiff
path: root/plugins/LdapAuthentication
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-11-11 14:04:32 -0500
committerCraig Andrews <candrews@integralblue.com>2009-11-11 14:04:44 -0500
commitb43866d9aab10574ec215eea059ab54e5be38841 (patch)
treeec9652115c9aaf9b011a0ca9f9e4bad007960e6e /plugins/LdapAuthentication
parent014d6b1d19b6ae5de8d87f055397993f80579f74 (diff)
Correct stupid spelling errors
Diffstat (limited to 'plugins/LdapAuthentication')
-rw-r--r--plugins/LdapAuthentication/LdapAuthenticationPlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LdapAuthentication/LdapAuthenticationPlugin.php b/plugins/LdapAuthentication/LdapAuthenticationPlugin.php
index f14080b2d..d3ccd93b6 100644
--- a/plugins/LdapAuthentication/LdapAuthenticationPlugin.php
+++ b/plugins/LdapAuthentication/LdapAuthenticationPlugin.php
@@ -34,7 +34,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
require_once INSTALLDIR.'/plugins/Authentication/AuthenticationPlugin.php';
require_once 'Net/LDAP2.php';
-class LdapAuthenticatonPlugin extends AuthenticationPlugin
+class LdapAuthenticationPlugin extends AuthenticationPlugin
{
public $host=null;
public $port=null;