]> git.sesse.net Git - vlc/blobdiff - src/libvlc-common.c
* Spelling fixes here and there.
[vlc] / src / libvlc-common.c
index a997b2e89653b76720b91cc2461cd24748364156..6136d607269d8afbfdc761a9ff802535b8aa9d9d 100644 (file)
@@ -1110,14 +1110,14 @@ static void Help( libvlc_int_t *p_this, char const *psz_help_name )
 static void Usage( libvlc_int_t *p_this, char const *psz_module_name )
 {
 #define FORMAT_STRING "  %s --%s%s%s%s%s%s%s "
-    /* short option ------'    |     | | | |  | |
-     * option name ------------'     | | | |  | |
-     * <bra -------------------------' | | |  | |
-     * option type or "" --------------' | |  | |
-     * ket> -----------------------------' |  | |
-     * padding spaces ---------------------'  | |
-     * comment -------------------------------' |
-     * comment suffix --------------------------'
+    /* short option ------'    | | | | | | |
+     * option name ------------' | | | | | |
+     * <bra ---------------------' | | | | |
+     * option type or "" ----------' | | | |
+     * ket> -------------------------' | | |
+     * padding spaces -----------------' | |
+     * comment --------------------------' |
+     * comment suffix ---------------------'
      *
      * The purpose of having bra and ket is that we might i18n them as well.
      */