attrib: Fix typo.

This commit is contained in:
Frédéric Delanoy 2012-03-16 17:14:33 +01:00 committed by Alexandre Julliard
parent 7da070f9ca
commit 6b8884f03e
1 changed files with 1 additions and 1 deletions

View File

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