changeset 20406:831cd8cbf58a

spell fix
author nicodvb
date Mon, 23 Oct 2006 21:07:24 +0000
parents a11a208925b9
children 69c6c687a2f6
files stream/stream_dvdnav.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_dvdnav.c	Mon Oct 23 21:04:31 2006 +0000
+++ b/stream/stream_dvdnav.c	Mon Oct 23 21:07:24 2006 +0000
@@ -320,7 +320,7 @@
   if(!stream->pos)
     mp_msg(MSGT_OPEN,MSGL_ERR, "INIT ERROR: %d, couldn't get init pos %s\r\n", status, dvdnav_err_to_string(dvdnav_priv->dvdnav));
   
-  mp_msg(MSGT_OPEN,MSGL_INFO, "Remember to disable MPlayer's cache when playing dvdnav:// streams (adding -nocache to your command like)\r\n");
+  mp_msg(MSGT_OPEN,MSGL_INFO, "Remember to disable MPlayer's cache when playing dvdnav:// streams (adding -nocache to your command line)\r\n");
 
   return STREAM_OK;
 }