From: Siebrand Mazeland Date: Wed, 27 Apr 2011 12:13:49 +0000 (+0200) Subject: Fix typo. Spotted by Peter17. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1bc62a8545cedf40659c7dac17f3a720027b2bdb;p=quix0rs-gnu-social.git Fix typo. Spotted by Peter17. --- 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.')); } /**