Code

Fixed comment
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 Nov 2007 07:21:12 +0000 (07:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 Nov 2007 07:21:12 +0000 (07:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7799 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_terminalService.inc
plugins/admin/systems/class_workstationService.inc

index db898e17eacb6fd00d0ca606c7afffd4803c4c6b..881ec2b5ced03258dff77a11b02c004ed9f37038 100644 (file)
@@ -470,7 +470,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){
index 642cce63f8301ff75fd9a0b39537bc5607a25b8f..757f0b9338d98c7db5cf7d0cd0325c694e0c40c5 100644 (file)
@@ -453,7 +453,7 @@ class workservice extends plugin
 
   function getListOfXDrivers()
   {
-    /* Generate list of xdrivers from from CONFIG_DIR./xdrivers */
+    /* Generate a list of xdrivers from CONFIG_DIR./xdrivers */
     $drivers = array();
     if (file_exists(CONFIG_DIR.'/xdrivers')){
       $xdrivers = file (CONFIG_DIR.'/xdrivers');