mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05:00
* typo fix
This commit is contained in:
parent
fa829ea9ff
commit
96653e828c
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user