From 8e7d6223f630690b72b387eaed704bf01f3f29d2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 18 Dec 2020 19:49:56 +0100 Subject: patch 8.2.2160: various typos Problem: Various typos. Solution: Fix spelling mistakes. (closes #7494) --- src/if_ole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/if_ole.cpp') diff --git a/src/if_ole.cpp b/src/if_ole.cpp index e415a1924d..f7108e4a74 100644 --- a/src/if_ole.cpp +++ b/src/if_ole.cpp @@ -635,7 +635,7 @@ static void GUIDtochar(const GUID &guid, char *GUID, int length) LPOLESTR wGUID = NULL; StringFromCLSID(guid, &wGUID); - // Covert from wide characters to non-wide + // Convert from wide characters to non-wide wcstombs(GUID, wGUID, length); // Free memory -- cgit v1.2.3