wined3d: Fix a typo in FIXME() messages

Henri Verbeet hverbeet at gmail.com
Mon May 9 08:43:02 CDT 2016


On 1 May 2016 at 10:55, Andrey Gusev <andrey.goosev at gmail.com> wrote:
> -            FIXME("Unrecognied FBO status 0x%08x\n", status);
> +            FIXME("Unrecognized FBO status 0x%08x\n", status);
...
> -            FIXME("Unrecognied GL error 0x%08x\n", error);
> +            FIXME("Unrecognized GL error 0x%08x\n", error);

Like the d3d9/tests patch.



More information about the wine-devel mailing list