summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-12-10 22:39:43 +0200
committerUoti Urpala <uau@mplayer2.org>2012-03-25 22:30:37 +0300
commit4f1e4eae993a22eff4561c7c05f723f6c9ff94b8 (patch)
tree98ad365a282453b1929450d2d412ea6afa026316 /mp_msg.c
parentfd50478659e56db84e8564434702cdc8291ac854 (diff)
downloadmpv-4f1e4eae993a22eff4561c7c05f723f6c9ff94b8.tar.bz2
mpv-4f1e4eae993a22eff4561c7c05f723f6c9ff94b8.tar.xz
cosmetics: misc minor cleanups
The deleted ZRM* things were only relevant to vo_zr, which was deleted earlier.
Diffstat (limited to 'mp_msg.c')
-rw-r--r--mp_msg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp_msg.c b/mp_msg.c
index ac520951ae..7b97d286e4 100644
--- a/mp_msg.c
+++ b/mp_msg.c
@@ -339,7 +339,7 @@ char *mp_gtext(const char *string)
* couple of reasons (locale stuff is badly designed and sucks in
* general).
*
- * First setting the locale, especially LC_CTYPE, changes the
+ * First, setting the locale, especially LC_CTYPE, changes the
* behavior of various C functions and we don't want that - we
* want isalpha() for example to always behave like in the C
* locale.
@@ -361,7 +361,7 @@ char *mp_gtext(const char *string)
* affect gettext itself because it supports specifying the
* character set directly with bind_textdomain_codeset()).
*
- * So the only solution (at leat short of trying to work around
+ * So the only solution (at least short of trying to work around
* things possibly producing non-utf-8 output) is to leave all the
* locale variables unset. Note that this means it's not possible
* to get translated output from any libraries we call if they