]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix typo. Spotted by Peter17.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 27 Apr 2011 12:13:49 +0000 (14:13 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 27 Apr 2011 12:13:49 +0000 (14:13 +0200)
plugins/Imap/imapmanager.php

index 835de89106e630ac1a841fed6f4ae11d54f5c236..b731b2907466603565467eb8df2ad74937296105 100644 (file)
@@ -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.'));
     }
 
     /**