Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Jan 2007 06:36:14 +0000 (06:36 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Jan 2007 06:36:14 +0000 (06:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5584 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/class_termgroup.inc
plugins/admin/systems/class_servGeneric.inc
plugins/admin/systems/class_terminalGeneric.inc
plugins/admin/systems/class_workstationGeneric.inc

index 4b2e746954c385b7dbadc3909b26837b25aff416..61e5c21764bd5baec5bdf639a313ceaa931bbb8f 100644 (file)
@@ -21,7 +21,7 @@ class termgroup extends plugin
 
   var $mapActions   = array("reboot"          => "localboot",
                             "instant_update"  => "softupdate",
-                            "update"          => "sceduledupdate",
+                            "update"          => "scheduledupdate",
                             "reinstall"       => "install",
                             "rescan"          => "",
                             "memcheck"        => "memcheck",
index 9039ef07700d2b91da296d60dcdd217ab5cae58b..2982bac665808136a17db08357cc93f75fcb60ff 100644 (file)
@@ -30,7 +30,7 @@ class servgeneric extends plugin
 
   var $mapActions   = array("reboot"          => "",
                             "instant_update"  => "softupdate",
-                            "update"          => "sceduledupdate",
+                            "update"          => "scheduledupdate",
                             "reinstall"       => "install",
                             "rescan"          => "",
                             "memcheck"        => "memcheck",
index d2bc6690a78cfa1e1b1ee58961b86cc64c3df384..205415f09d0ef7232f518fb2b70bf593b8b4f8fb 100644 (file)
@@ -49,7 +49,7 @@ class termgeneric extends plugin
 
   var $mapActions   = array("reboot"          => "",
                             "instant_update"  => "softupdate",
-                            "update"          => "sceduledupdate",
+                            "update"          => "scheduledupdate",
                             "reinstall"       => "install",
                             "rescan"          => "",
                             "memcheck"        => "memcheck",
index 64ba6e3b0f0861dd9974a2b97e78ff7b86e69f9e..4523f5b790af7a9465f1c7f883be3e978b54e1f8 100644 (file)
@@ -52,7 +52,7 @@ class workgeneric extends plugin
 
   var $mapActions   = array("reboot"          => "localboot",
                             "instant_update"  => "softupdate",
-                            "update"          => "sceduledupdate",
+                            "update"          => "scheduledupdate",
                             "reinstall"       => "install",
                             "rescan"          => "",
                             "memcheck"        => "memcheck",