From 6663b7ce90df0de2241e99598f62aebb4aff4fd1 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 7 Sep 2024 15:16:34 +0300 Subject: chore: fix grammar errors in comments Mostly missing articles --- plugins/ContactsPlus/src/send.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ContactsPlus/src') diff --git a/plugins/ContactsPlus/src/send.cpp b/plugins/ContactsPlus/src/send.cpp index 71cdbe893a..f1efc7edb4 100644 --- a/plugins/ContactsPlus/src/send.cpp +++ b/plugins/ContactsPlus/src/send.cpp @@ -282,7 +282,7 @@ INT_PTR CALLBACK SendDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPara break; case MSGERROR_DONE: - // contacts were delivered succesfully after timeout + // contacts were delivered successfully after timeout SetFocus(GetDlgItem(hwndDlg, IDC_LIST)); wndData->UnhookProtoAck(); break; -- cgit v1.2.3