changeset 35933:de49b61ded49

x11 common: Improve spelling/grammar
author al
date Wed, 20 Mar 2013 23:08:34 +0000
parents f4040eda9fcb
children 445773b8c373
files libvo/x11_common.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Wed Mar 20 22:18:03 2013 +0000
+++ b/libvo/x11_common.c	Wed Mar 20 23:08:34 2013 +0000
@@ -256,7 +256,7 @@
     mp_msg(MSGT_VO, MSGL_INFO, "    %-15s %s\n", "stays_on_top",
            "use _NETWM_STATE_STAYS_ON_TOP hint if available");
     mp_msg(MSGT_VO, MSGL_INFO,
-           "You can also negate the settings with simply putting '-' in the beginning");
+           "You can also negate individual flags by preceding them with a '-' character");
     mp_msg(MSGT_VO, MSGL_INFO, "\n");
 }
 
@@ -431,7 +431,7 @@
 
     // Required so that XLookupString returns UTF-8
     if (!setlocale(LC_CTYPE, "C.UTF-8") && !setlocale(LC_CTYPE, "en_US.utf8"))
-        mp_msg(MSGT_VO, MSGL_WARN, "Could not find a UTF-8 locale, some keys will no be handled.\n");
+        mp_msg(MSGT_VO, MSGL_WARN, "Could not find a UTF-8 locale, some keys will not be handled.\n");
     XSetErrorHandler(x11_errorhandler);
 
     dispName = XDisplayName(mDisplayName);
@@ -1603,7 +1603,7 @@
         mp_msg(MSGT_VO, MSGL_ERR,
                "X11 error: BadAccess during XSelectInput Call\n");
         mp_msg(MSGT_VO, MSGL_ERR,
-               "X11 error: The 'ButtonPressMask' mask of specified window has probably already used by another appication (see man XSelectInput)\n");
+               "X11 error: The 'ButtonPressMask' mask of specified window was probably already used by another application (see man XSelectInput)\n");
         /* If you think MPlayer should shutdown with this error,
          * comment out the following line */
         return 0;
@@ -1763,7 +1763,7 @@
                    visuals[i].blue_mask);
             /*
              * Save the visual index and its depth, if this is the first
-             * truecolor visul, or a visual that is 'preferred' over the
+             * truecolor visual, or a visual that is 'preferred' over the
              * previous 'best' visual.
              */
             if (bestvisual_depth == -1