summaryrefslogtreecommitdiffstats
path: root/utils/MTP
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2011-10-30 11:58:33 +0000
committerRobert Menes <rmenes@rockbox.org>2011-10-30 11:58:33 +0000
commitb67475197436cf683c30fc34a261070c8c554a7e (patch)
treeb8143616e56edc4440c4270ae62407617546169b /utils/MTP
parent1e74ef639d9d6701d732ee61164f84cf2f660a09 (diff)
downloadrockbox-b67475197436cf683c30fc34a261070c8c554a7e.tar.gz
rockbox-b67475197436cf683c30fc34a261070c8c554a7e.zip
Fix a typo spotted from r30864.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30865 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP')
-rw-r--r--utils/MTP/beastpatcher/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/MTP/beastpatcher/main.c b/utils/MTP/beastpatcher/main.c
index 219433456b..3f7957a8c2 100644
--- a/utils/MTP/beastpatcher/main.c
+++ b/utils/MTP/beastpatcher/main.c
@@ -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