=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: rasapi32: Fix a typo in a comment.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Sep 8 14:01:39 CDT 2014


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Sep  7 21:32:13 2014 +0200

rasapi32: Fix a typo in a comment.

---

 dlls/rasapi32/rasapi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/rasapi32/rasapi.c b/dlls/rasapi32/rasapi.c
index 2184a22..235ab65 100644
--- a/dlls/rasapi32/rasapi.c
+++ b/dlls/rasapi32/rasapi.c
@@ -241,7 +241,7 @@ DWORD WINAPI RasEnumAutodialAddressesW(LPWSTR *a, LPDWORD b, LPDWORD c)
 /**************************************************************************
  *                 RasEnumDevicesA		[RASAPI32.19]
  *
- * Just return a virtual modem too see what other APIs programs will
+ * Just return a virtual modem to see what other APIs programs will
  * call with it.
  */
 DWORD WINAPI RasEnumDevicesA(LPRASDEVINFOA lpRasDevinfo, LPDWORD lpcb, LPDWORD lpcDevices)




More information about the wine-cvs mailing list