winebrowser: Fix typo.

oldstable
Anders Jonsson 2009-01-10 23:12:20 +01:00 committed by Alexandre Julliard
parent 365e1f3b07
commit ec479ebdb6
1 changed files with 1 additions and 1 deletions

View File

@ -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;