[REACTOS] Spelling fixes (#5534)

Fix spellings / hyphenation: `unassociate` ; `read-only` ; `double-click`
This commit is contained in:
Andrew Dent 2023-08-09 10:48:07 +01:00 committed by GitHub
parent 5a928bc4e2
commit 72ea2d4c26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 37 additions and 37 deletions

View file

@ -135,7 +135,7 @@ CDeviceView::OnDoubleClick(
GetCursorPos(&hitInfo.pt);
ScreenToClient(m_hTreeView, &hitInfo.pt);
// Check if we are trying to double click an item
// Check if we are trying to double-click an item
hItem = TreeView_HitTest(m_hTreeView, &hitInfo);
if (hItem != NULL && (hitInfo.flags & (TVHT_ONITEM | TVHT_ONITEMICON)))
{