https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e217e926e127b162d7b8ff...
commit e217e926e127b162d7b8ffb4d41a110f4d310d57 Author: Joachim Henze Joachim.Henze@reactos.org AuthorDate: Tue Aug 28 14:24:49 2018 +0200 Commit: Joachim Henze Joachim.Henze@reactos.org CommitDate: Tue Aug 28 14:24:49 2018 +0200
[SHELL32] Fix typo in comment --- dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp b/dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp index 9a46c56b5b..77bcef9758 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;