mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[SHELL32] Fix typo in comment
This commit is contained in:
@@ -149,7 +149,7 @@ class CRecyclerDropTarget :
|
||||
TRACE("(%p)->(DataObject=%p)\n", this, pDataObject);
|
||||
InitFormatEtc (fmt, cfShellIDList, TYMED_HGLOBAL);
|
||||
|
||||
/* Handle cfShellIDList Drop objects here, otherwise send the approriate message to other software */
|
||||
/* Handle cfShellIDList Drop objects here, otherwise send the appropriate message to other software */
|
||||
if (SUCCEEDED(pDataObject->QueryGetData(&fmt)))
|
||||
{
|
||||
DWORD fMask = 0;
|
||||
|
||||
Reference in New Issue
Block a user