Commit ec479ebd authored by Anders Jonsson's avatar Anders Jonsson Committed by Alexandre Julliard

winebrowser: Fix typo.

parent 365e1f3b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment