Fix 2 comment typos in gnucash/gnome/window-reconcile.c

This commit is contained in:
goodvibes2 2020-05-02 11:51:04 +10:00
parent 9faba45fd5
commit 3d2974d97e

View File

@ -659,7 +659,7 @@ gnc_save_reconcile_interval(Account *account, time64 statement_date)
/*
* See if we need to remember days(weeks) or months. The only trick
* value is 28 days which could be wither 4 weeks or 1 month.
* value is 28 days which could be either 4 weeks or 1 month.
*/
if (days == 28)
{
@ -2120,7 +2120,7 @@ use Find Transactions to find them, unreconcile, and re-reconcile."));
/********************************************************************\
* gnc_ui_reconile_window_raise *
* gnc_ui_reconcile_window_raise *
* shows and raises an account editing window *
* *
* Args: editAccData - the edit window structure *