]> git.sesse.net Git - vlc/blobdiff - modules/access_output/http.c
Add missing white space
[vlc] / modules / access_output / http.c
index 2aa62626511dcf8be2f18c8c2bca0efcbdac0df3..63ddc007083b334a6d4d4d0747858e18f8d23a36 100644 (file)
@@ -78,7 +78,7 @@ static void Close( vlc_object_t * );
                          "empty if you don't have one." )
 #define CA_TEXT N_( "Root CA file" )
 #define CA_LONGTEXT N_( "Path to the x509 PEM trusted root CA certificates " \
-                        "(certificate authority) file that will be used for" \
+                        "(certificate authority) file that will be used for " \
                         "HTTPS. Leave empty if you " \
                         "don't have one." )
 #define CRL_TEXT N_( "CRL file" )