Anders Jonsson : winebrowser: Fix typo.

Alexandre Julliard julliard at winehq.org
Mon Jan 12 10:40:33 CST 2009


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

Author: Anders Jonsson <anders.jonsson at norsjonet.se>
Date:   Sat Jan 10 23:12:20 2009 +0100

winebrowser: Fix typo.

---

 programs/winebrowser/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winebrowser/main.c b/programs/winebrowser/main.c
index 9e56cf5..d551c20 100644
--- a/programs/winebrowser/main.c
+++ b/programs/winebrowser/main.c
@@ -296,7 +296,7 @@ static WCHAR *get_url_from_dde(void)
             WCHAR *endquote = strchrW(ddeString + 1, '"');
             if (!endquote)
             {
-                WINE_ERR("Unabled to retrieve URL from string %s\n", wine_dbgstr_w(ddeString));
+                WINE_ERR("Unable to retrieve URL from string %s\n", wine_dbgstr_w(ddeString));
                 goto done;
             }
             *endquote = 0;




More information about the wine-cvs mailing list