]> git.sesse.net Git - vlc/commitdiff
Typos spotted by Philipp Weissenbacher.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 23 Nov 2007 17:52:29 +0000 (17:52 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 23 Nov 2007 17:52:29 +0000 (17:52 +0000)
modules/stream_out/rtp.c
modules/stream_out/standard.c

index 1a099b7a6e5ddf66be3fdb6ab752b77d67389df9..785a086b15543174973f65c86542e7b280555d85 100644 (file)
@@ -78,7 +78,7 @@
 #define NAME_LONGTEXT N_( \
     "This is the name of the session that will be announced in the SDP " \
     "(Session Descriptor)." )
-#define DESC_TEXT N_("Session descriptipn")
+#define DESC_TEXT N_("Session description")
 #define DESC_LONGTEXT N_( \
     "This allows you to give a short description with details about the stream, " \
     "that will be announced in the SDP (Session Descriptor)." )
index 477537c605a3a07864328ac5a3e40d66c61dc70d..2f4f5d7bc343c67eee511c208c91eb7d42858aea 100644 (file)
@@ -53,7 +53,7 @@
   "This allows you to specify a group for the session, that will be announced "\
   "if you choose to use SAP." )
 
-#define DESC_TEXT N_("Session descriptipn")
+#define DESC_TEXT N_("Session description")
 #define DESC_LONGTEXT N_( \
     "This allows you to give a short description with details about the stream, " \
     "that will be announced in the SDP (Session Descriptor)." )