diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2024-09-07 15:16:34 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-09-07 16:53:18 +0300 |
commit | 6663b7ce90df0de2241e99598f62aebb4aff4fd1 (patch) | |
tree | e93b4ac6e583a63d20fcd3b5e6ff51045b29cf84 /plugins/ContactsPlus/src/send.cpp | |
parent | ea0011d6d970151303ff57f53f34224c9d0029aa (diff) |
chore: fix grammar errors in comments
Mostly missing articles
Diffstat (limited to 'plugins/ContactsPlus/src/send.cpp')
-rw-r--r-- | plugins/ContactsPlus/src/send.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|