diff --git a/framework/Imap_Client/lib/Horde/Imap/Client/Base.php b/framework/Imap_Client/lib/Horde/Imap/Client/Base.php index 3ab86201e08..796ed0c816c 100644 --- a/framework/Imap_Client/lib/Horde/Imap/Client/Base.php +++ b/framework/Imap_Client/lib/Horde/Imap/Client/Base.php @@ -2629,7 +2629,7 @@ public function fetch($mailbox, $query, array $options = array()) } /** - * Wrapper for fetch() to allow internal state to be rest on exception. + * Wrapper for fetch() to allow internal state to be reset on exception. * * @internal * @see fetch()