1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

* typo fix

This commit is contained in:
Jesse Vincent 2008-11-06 06:55:56 +00:00
parent fa829ea9ff
commit 96653e828c

View File

@ -272,7 +272,7 @@ public class ImapStore extends Store {
* The only thing that can throw this is getBytes("US-ASCII") and if US-ASCII doesn't
* exist we're totally screwed.
*/
throw new RuntimeException("Unabel to encode folder name: " + name, uee);
throw new RuntimeException("Unable to encode folder name: " + name, uee);
}
}