# HG changeset patch # User al # Date 1363820914 0 # Node ID de49b61ded494630fca2565abe95008c649dccb1 # Parent f4040eda9fcbf6faf547408109e9e89ddeae26df x11 common: Improve spelling/grammar diff -r f4040eda9fcb -r de49b61ded49 libvo/x11_common.c --- 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