Andrey Gusev : ole32: Fix typos in comments.

Alexandre Julliard julliard at winehq.org
Thu Dec 12 16:29:43 CST 2019


Module: wine
Branch: master
Commit: b26f9d199621d401e465bd64f1c99fe92f091cfa
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b26f9d199621d401e465bd64f1c99fe92f091cfa

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu Dec 12 18:19:12 2019 +0200

ole32: Fix typos in comments.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ole32/compobj.c   | 2 +-
 dlls/ole32/storage32.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c
index a91067fcb7..daa405356f 100644
--- a/dlls/ole32/compobj.c
+++ b/dlls/ole32/compobj.c
@@ -4763,7 +4763,7 @@ HRESULT WINAPI CoWaitForMultipleHandles(DWORD dwFlags, DWORD dwTimeout,
  * PARAMS
  *  pszName      [I] String representing the object.
  *  pBindOptions [I] Parameters affecting the binding to the named object.
- *  riid         [I] Interface to bind to on the objecct.
+ *  riid         [I] Interface to bind to on the object.
  *  ppv          [O] On output, the interface riid of the object represented
  *                   by pszName.
  *
diff --git a/dlls/ole32/storage32.c b/dlls/ole32/storage32.c
index 52ecf59028..58fb055993 100644
--- a/dlls/ole32/storage32.c
+++ b/dlls/ole32/storage32.c
@@ -8621,7 +8621,7 @@ end:
  *  pwcsName  [ I] Unicode string with filename (can be relative or NULL)
  *  grfMode   [ I] Access mode for opening the new storage object (see STGM_ constants)
  *  reserved  [ ?] unused?, usually 0
- *  ppstgOpen [IO] A pointer to IStorage pointer to the new onject
+ *  ppstgOpen [IO] A pointer to IStorage pointer to the new object
  *
  * RETURNS
  *  S_OK if the file was successfully created




More information about the wine-cvs mailing list