attrib: Fix typo

Frédéric Delanoy frederic.delanoy at gmail.com
Fri Mar 16 11:14:33 CDT 2012


---
 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 9846c5e..0728563 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);
-- 
1.7.9.2




More information about the wine-patches mailing list