From 6b8884f03eb4f52b1b57051c87e662328588ae76 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= Date: Fri, 16 Mar 2012 17:14:33 +0100 Subject: [PATCH] attrib: Fix typo. --- programs/attrib/attrib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/attrib/attrib.c b/programs/attrib/attrib.c index 9846c5e52b8..07285633436 100644 --- a/programs/attrib/attrib.c +++ b/programs/attrib/attrib.c @@ -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); -- 2.11.4.GIT