From: hickert Date: Thu, 15 Nov 2007 07:22:07 +0000 (+0000) Subject: Fixed comment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c8b78b978c3110407f95f09903336833bf13ee87;p=gosa.git Fixed comment git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7800 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_terminalService.inc b/plugins/admin/systems/class_terminalService.inc index 32c8d207a..04ccf2ea8 100644 --- a/plugins/admin/systems/class_terminalService.inc +++ b/plugins/admin/systems/class_terminalService.inc @@ -456,7 +456,7 @@ class termservice extends plugin { $drivers = array(); - /* Generate list of xdrivers from from CONFIG_DIR./xdrivers */ + /* Generate a list of xdrivers from CONFIG_DIR/xdrivers */ if (file_exists(CONFIG_DIR.'/xdrivers')){ $xdrivers = file (CONFIG_DIR.'/xdrivers'); foreach ($xdrivers as $line){ diff --git a/plugins/admin/systems/class_workstationService.inc b/plugins/admin/systems/class_workstationService.inc index c31d976ba..51982ff1f 100644 --- a/plugins/admin/systems/class_workstationService.inc +++ b/plugins/admin/systems/class_workstationService.inc @@ -432,7 +432,7 @@ class workservice extends plugin { $drivers = array(); - /* Generate list of xdrivers from from CONFIG_DIR./xdrivers */ + /* Generate a list of xdrivers from CONFIG_DIR/xdrivers */ if (file_exists(CONFIG_DIR.'/xdrivers')){ $xdrivers = file (CONFIG_DIR.'/xdrivers'); foreach ($xdrivers as $line){