]> git.tokkee.org Git - gosa.git/commitdiff

Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 May 2007 09:33:20 +0000 (09:33 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 May 2007 09:33:20 +0000 (09:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6296 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/class_setupStep_Schema.inc

index 25d6d68c0df2f9b3087117b9fe07b4c312dce3b0..8fe111673b09a2d9e2f5461c1b441809d2703301 100644 (file)
@@ -226,7 +226,7 @@ class Step_Schema extends setup_step
       if($rfc2307bis && isset($tmp['posixGroup']['STRUCTURAL'])){
         $checks['posixGroup']['STATUS']           = FALSE;
         $checks['posixGroup']['MSG']              = _("You have enabled the rfc2307bis option on the 'ldap setup' step, but your schema configuration do not support this option.");
-        $checks['posixGroup']['INFO']             = _("In order to use rfc2307bis corform groups the objectClass 'posixGroup' must be AUXILIARY");
+        $checks['posixGroup']['INFO']             = _("In order to use rfc2307bis conform groups the objectClass 'posixGroup' must be AUXILIARY");
       }
       if(!$rfc2307bis && !isset($tmp['posixGroup']['STRUCTURAL'])){
         $checks['posixGroup']['STATUS']           = FALSE;