Correct minor spelling errors

This commit is contained in:
Jack Henschel
2016-09-27 16:20:37 +02:00
parent b087f84d95
commit 4b2f9448f7
3 changed files with 4 additions and 4 deletions

View File

@@ -6486,7 +6486,7 @@ cmd_pgp(ProfWin *window, const char *const command, gchar **args)
}
chatwin->pgp_send = TRUE;
ui_current_print_formatted_line('!', 0, "PGP encyption enabled.");
ui_current_print_formatted_line('!', 0, "PGP encryption enabled.");
return TRUE;
}
@@ -6509,7 +6509,7 @@ cmd_pgp(ProfWin *window, const char *const command, gchar **args)
}
chatwin->pgp_send = FALSE;
ui_current_print_formatted_line('!', 0, "PGP encyption disabled.");
ui_current_print_formatted_line('!', 0, "PGP encryption disabled.");
return TRUE;
}