From dd1d90fc72880ff0817dca72af1279cae82d9faf Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 2 May 2006 07:38:27 +0000 Subject: [PATCH] Fixed spelling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3178 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_printGeneric.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/admin/systems/class_printGeneric.inc b/plugins/admin/systems/class_printGeneric.inc index 51b124383..9c594658d 100644 --- a/plugins/admin/systems/class_printGeneric.inc +++ b/plugins/admin/systems/class_printGeneric.inc @@ -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); } -- 2.30.2