Merge pull request #1632 from luke-jr/spelling

Fix spelling and grammar errors
This commit is contained in:
Jeff Garzik
2012-08-01 10:56:47 -07:00
39 changed files with 97 additions and 97 deletions

View File

@@ -177,7 +177,7 @@ void AskPassphraseDialog::accept()
void AskPassphraseDialog::textChanged()
{
// Validate input, set Ok button to enabled when accepable
// Validate input, set Ok button to enabled when acceptable
bool acceptable = false;
switch(mode)
{