[PATCH] ole32: Fix the spelling of a comment.

Francois Gouget fgouget at free.fr
Thu Jun 3 06:11:24 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/ole32/clipboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ole32/clipboard.c b/dlls/ole32/clipboard.c
index e61b3076883..d15bf23217a 100644
--- a/dlls/ole32/clipboard.c
+++ b/dlls/ole32/clipboard.c
@@ -22,7 +22,7 @@
  *    This file contains the implementation for the OLE Clipboard and its
  *    internal interfaces. The OLE clipboard interacts with an IDataObject
  *    interface via the OleSetClipboard, OleGetClipboard and
- *    OleIsCurrentClipboard API's. An internal IDataObject delegates
+ *    OleIsCurrentClipboard APIs. An internal IDataObject delegates
  *    to a client supplied IDataObject or the WIN32 clipboard API depending
  *    on whether OleSetClipboard has been invoked.
  *    Here are some operating scenarios:
-- 
2.20.1



More information about the wine-devel mailing list