]> git.sesse.net Git - vlc/commitdiff
Add missing white space
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Apr 2006 14:00:23 +0000 (14:00 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Apr 2006 14:00:23 +0000 (14:00 +0000)
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" )