Code

Updated comments.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Feb 2008 09:42:54 +0000 (09:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Feb 2008 09:42:54 +0000 (09:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9159 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_gosaSupportDaemon.inc

index ac029ce9d2f38f5b9b99e11a9cc5b9be4c205012..1cb7a819072fc2dcf4de7c175e055f889d6c2544 100644 (file)
@@ -21,8 +21,8 @@
 
 Function overview:
 
-   __construct              - Create a new deamon handle. 
-   connect                  - Connect to deamon socket.
+   __construct              - Create a new daemon handle. 
+   connect                  - Connect to daemon socket.
    disconnect               - Disconnect from socket.
    set_error                - Sets a new error.
    is_error                 - Returns TRUE if there was an error.
@@ -54,10 +54,10 @@ class gosaSupportDaemon
 
 
   /*! \brief  Creates a new gosaSupportDaemon object.
-    @param string   Host    The Host where the deamon is running on.  
-    @param integer  Port    The port which the deamon use.
+    @param string   Host    The Host where the daemon is running on.  
+    @param integer  Port    The port which the daemon use.
     @param string   Key     The encryption string.
-    @param boolean  Connect Directly connect to deamon socket.
+    @param boolean  Connect Directly connect to daemon socket.
     @param float    Timeout The timelimit for all socket actions.
    */
   public function __construct($connect=TRUE,$timeout=0.2)
@@ -82,7 +82,7 @@ class gosaSupportDaemon
   }
 
 
-  /*! \brief  Establish deamon connection. 
+  /*! \brief  Establish daemon connection. 
     @return boolean Returns true if the connection was succesfully established. 
    */
   public function connect()
@@ -100,7 +100,7 @@ class gosaSupportDaemon
   }
 
 
-  /*! \brief  Disconnect from gosa deamon.
+  /*! \brief  Disconnect from gosa daemon.
    */
   public function disconnect()
   {