From 1bc62a8545cedf40659c7dac17f3a720027b2bdb Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 27 Apr 2011 14:13:49 +0200 Subject: [PATCH] Fix typo. Spotted by Peter17. --- plugins/Imap/imapmanager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Imap/imapmanager.php b/plugins/Imap/imapmanager.php index 835de89106..b731b29074 100644 --- a/plugins/Imap/imapmanager.php +++ b/plugins/Imap/imapmanager.php @@ -49,7 +49,7 @@ class ImapManager extends IoManager public static function get() { // TRANS: Exception thrown when the ImapManager is used incorrectly in the code. - throw new Exception(_m('ImapManager should be created using its constructor, not the using the static "get()" method.')); + throw new Exception(_m('ImapManager should be created using its constructor, not using the static "get()" method.')); } /** -- 2.39.5