Fix bad english

This commit is contained in:
Charles Milette 2017-09-12 11:01:43 -04:00
parent 5d274c822b
commit 0db98ecf1f
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 not exists.", Account.Keypath);
throw new FileNotFoundException("Key file does not exists.", Account.Keypath);
}
PrivateKeyFile keyFile;
@ -253,4 +253,4 @@ public void Dispose()
}
}
}
}
}