From: Joachim Henze Date: Tue, 28 Aug 2018 12:24:49 +0000 (+0200) Subject: [SHELL32] Fix typo in comment X-Git-Tag: 0.4.12-dev~910 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=e217e926e127b162d7b8ffb4d41a110f4d310d57 [SHELL32] Fix typo in comment --- diff --git a/dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp b/dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp index 9a46c56b5bc..77bcef97583 100644 --- a/dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp +++ b/dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp @@ -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;