Commit 6b8884f0 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

attrib: Fix typo.

parent 7da070f9
...@@ -167,7 +167,7 @@ int wmain(int argc, WCHAR *argv[]) ...@@ -167,7 +167,7 @@ int wmain(int argc, WCHAR *argv[])
} else if (((param[1] == 'R') || (param[1] == 'r')) && !param[2]) { } else if (((param[1] == 'R') || (param[1] == 'r')) && !param[2]) {
WINE_FIXME("Option /R not yet supported\n"); WINE_FIXME("Option /R not yet supported\n");
} else { } else {
WINE_FIXME("Unrecognize option\n"); WINE_FIXME("Unrecognized option\n");
} }
} else if (param[0]) { } else if (param[0]) {
strcpyW(name, param); strcpyW(name, param);
......
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