Fix typo. Spotted by Peter17.

This commit is contained in:
Siebrand Mazeland 2011-04-27 14:13:49 +02:00
parent 997d160002
commit 1bc62a8545
1 changed files with 1 additions and 1 deletions

View 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.'));
}
/**