Typo.
authorMatt Selsky <selsky@columbia.edu>
Sun, 2 Aug 2009 06:09:23 +0000 (02:09 -0400)
committerMatt Selsky <selsky@columbia.edu>
Sun, 2 Aug 2009 06:09:23 +0000 (02:09 -0400)
nag/lib/Driver/Kolab.php

index abd5206..c6d4ab4 100644 (file)
@@ -57,7 +57,7 @@ class Nag_Driver_Kolab extends Nag_Driver
      *
      * @return boolean  True on success, PEAR_Error on failure.
      */
-    publi function initialize()
+    public function initialize()
     {
         return $this->_wrapper->connect();
     }