On 2/25/2014 13:53, Andrey Gusev wrote:
--- a/dlls/dssenh/tests/dssenh.c +++ b/dlls/dssenh/tests/dssenh.c @@ -405,7 +405,7 @@ struct hash_test { };
static const char testHashVal1[] = "I love working with Wine"; -static const char testHashVal2[] = "Wine is not an emulater."; +static const char testHashVal2[] = "Wine is not an emulator."; static const char testHashVal3[] = "";
This breaks now. Don't forget to do a 'make test' after making changes to test data.