[vlc-devel] commit: Minor spelling mistakes pointed by P.K2 ( Felix Paul Kühne )

git version control git at videolan.org
Mon Aug 25 18:23:46 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Aug 25 18:26:43 2008 +0200| [dd68babf9779417ea0b028b33623b4566c1ea80b] | committer: Felix Paul Kühne 

Minor spelling mistakes pointed by P.K2

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

 src/input/input.c   |    2 +-
 src/libvlc-module.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/input/input.c b/src/input/input.c
index 71e6547..fdd907e 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -2316,7 +2316,7 @@ static int InputSourceInit( input_thread_t *p_input,
             intf_UserFatal( VLC_OBJECT( p_input ), false,
                             _("VLC can't recognize the input's format"),
                             _("The format of '%s' cannot be detected. "
-                            "Have a look the log for details."), psz_mrl );
+                            "Have a look at the log for details."), psz_mrl );
             goto error;
         }
 
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 7498794..624cdc7 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -697,7 +697,7 @@ static const char *const ppsz_clock_descriptions[] =
 #define SUB_FILTER_TEXT N_("Subpictures filter module")
 #define SUB_FILTER_LONGTEXT N_( \
     "This adds so-called \"subpicture filters\". These filters overlay " \
-    "some images or text over the video (like a logo, arbitrary text...)." )
+    "some images or text over the video (like a logo, arbitrary text, ...)." )
 
 #define SUB_AUTO_TEXT N_("Autodetect subtitle files")
 #define SUB_AUTO_LONGTEXT N_( \
@@ -1056,7 +1056,7 @@ static const char *const ppsz_clock_descriptions[] =
     "don't want a new instance of VLC to be opened each time you " \
     "open a file in your file manager. This option will allow you " \
     "to play the file with the already running instance or enqueue it. " \
-    "This option require the D-Bus session daemon to be active " \
+    "This option requires the D-Bus session daemon to be active " \
     "and the running instance of VLC to use D-Bus control interface.")
 
 #define STARTEDFROMFILE_TEXT N_("VLC is started from file association")




More information about the vlc-devel mailing list