[vlc-devel] commit: Spelling typo. (Pavlov Konstantin )

git version control git at videolan.org
Thu Aug 28 21:29:17 CEST 2008


vlc | branch: master | Pavlov Konstantin <thresh at altlinux.ru> | Wed Aug 27 18:51:56 2008 +0400| [acd55c477e4c12311b8b276947f3b8bf06fb4103] | committer: Pavlov Konstantin 

Spelling typo.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=acd55c477e4c12311b8b276947f3b8bf06fb4103
---

 modules/access/http.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/http.c b/modules/access/http.c
index eaa7035..79073bf 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -93,7 +93,7 @@ static void Close( vlc_object_t * );
     "types of HTTP streams." )
 
 #define FORWARD_COOKIES_TEXT N_("Forward Cookies")
-#define FORWARD_COOKIES_LONGTEXT N_("Forward Cookies Across http redirections ")
+#define FORWARD_COOKIES_LONGTEXT N_("Forward Cookies across http redirections ")
 
 vlc_module_begin();
     set_description( N_("HTTP input") );




More information about the vlc-devel mailing list