Code

Fixed spelling
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 May 2006 07:38:27 +0000 (07:38 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 May 2006 07:38:27 +0000 (07:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3178 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_printGeneric.inc

index 51b124383034e151f792c4f8f3d8ada7428008b6..9c594658d4ac0d4e65d1705c7c1580bed7d69c81 100644 (file)
@@ -222,12 +222,12 @@ class printgeneric extends plugin
     /* Call parent execute */
     plugin::execute();
 
-    /* If type of printer couldn't be detected (because of missing parent object in construcktion) 
+    /* If type of printer couldn't be detected (because of missing parent object in construction) 
      * hide this tab.
      */
     if($this->BelongsTo == "unknown"){
       $display= $this->show_header(_("Add printer extension"),
-          _("Could not intialize printer tab, parameter parent was missing while construcktion."),TRUE,TRUE);
+          _("Could not intialize printer tab, parameter parent was missing while construction."),TRUE,TRUE);
       return($display);
     }