Fix a typo spotted from r30864.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30865 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Menes 2011-10-30 11:58:33 +00:00
parent 1e74ef639d
commit b674751974

View file

@ -107,7 +107,7 @@ int main(int argc, char* argv[])
#if defined(__WIN32__) || defined(_WIN32)
if(mtp_wmp_version() < 11) {
fprintf(stderr, "beastpacher requires at least Windows Media Player 11 to run!\n");
fprintf(stderr, "Please update you installation of Windows Media Player.\n");
fprintf(stderr, "Please update your installation of Windows Media Player.\n");
return -1;
}
#endif