Fix class name.
authorJan Schneider <jan@horde.org>
Fri, 28 Jan 2011 13:30:59 +0000 (14:30 +0100)
committerJan Schneider <jan@horde.org>
Fri, 28 Jan 2011 13:30:59 +0000 (14:30 +0100)
nag/lib/Api.php

index 34bc94f..85f75df 100644 (file)
@@ -1404,7 +1404,7 @@ class Nag_Api extends Horde_Registry_Api
         if ((empty($user) || $user != $GLOBALS['registry']->getAuth()) &&
             !$GLOBALS['registry']->isAdmin()) {
 
-            throw new Horde_Exception_PermimssionDenied(_("Permission Denied"));
+            throw new Horde_Exception_PermissionDenied(_("Permission Denied"));
         }
 
         $storage = Nag_Driver::singleton();