[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:02:00 UTC 2012


The following commit has been merged in the wheezy branch:
commit 1fe532d7fdaf5c927e5f2f1b210a72375b75b92a
Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Fri Mar 16 17:14:33 2012 +0100

    attrib: Fix typo.
    (cherry picked from commit 6b8884f03eb4f52b1b57051c87e662328588ae76)

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

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list