Fix bad english, attempt 2

This commit is contained in:
Charles Milette 2017-09-13 13:40:10 -04:00
parent 0ba2a51e99
commit ac484aa3d1
No known key found for this signature in database
GPG key ID: 9BC74CC51CB137CE

View file

@ -104,7 +104,7 @@ public bool Connect()
{
if (!File.Exists(Account.Keypath))
{
throw new FileNotFoundException("Key file does not exists.", Account.Keypath);
throw new FileNotFoundException("Key file does not exist.", Account.Keypath);
}
PrivateKeyFile keyFile;