]> source.dussan.org Git - nextcloud-server.git/commitdiff
spell check
authorThomas Mueller <thomas.mueller@tmit.eu>
Thu, 31 Jan 2013 16:44:25 +0000 (17:44 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Thu, 31 Jan 2013 16:44:25 +0000 (17:44 +0100)
apps/user_ldap/appinfo/update.php

index 11e19289918cfd00462eb09044aeb04be9f2873f..f9681e38e6813c38dfa7f2178bc69dd9b03d3890 100644 (file)
@@ -5,7 +5,7 @@
 //ATTENTION
 //Upgrade from ownCloud 3 (LDAP backend 0.1) to ownCloud 4.5 (LDAP backend 0.3) is not supported!!
 //You must do upgrade to ownCloud 4.0 first!
-//The upgrade stuff in the section from 0.1 to 0.2 is just to minimize the bad efffects.
+//The upgrade stuff in the section from 0.1 to 0.2 is just to minimize the bad effects.
 
 //settings
 $pw = OCP\Config::getAppValue('user_ldap', 'ldap_password');
@@ -85,6 +85,6 @@ function escapeDN($dn) {
 if(!isset($connector)) {
        $connector = new \OCA\user_ldap\lib\Connection();
 }
-//it is required, that connections do habe ldap_configuration_active setting stored in the database
+//it is required, that connections do have ldap_configuration_active setting stored in the database
 $connector->getConfiguration();
 $connector->saveConfiguration();
\ No newline at end of file