[SHELL32] Fix typo in comment
[reactos.git] / dll / win32 / shell32 / droptargets / CRecyclerDropTarget.cpp
index 9a46c56..77bcef9 100644 (file)
@@ -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;