about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/X/Command/_mplayer2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f8c55b42..51292b37f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-16  Oliver Kiddle  <opk@zsh.org>
+
+	* Frank v Waveren: 19423: Completion/X/Command/_mplayer: correct
+	typo in one of the options
+
 2004-02-15  Oliver Kiddle  <opk@zsh.org>
 
 	* 19422: Src/Zle/compctl.c: fix crash if given a long option
diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
index ea2922b36..9aad7a0c1 100644
--- a/Completion/X/Command/_mplayer
+++ b/Completion/X/Command/_mplayer
@@ -102,7 +102,7 @@ _x_arguments -C -s \
   '-vop[specify video output filters]:video output filters:->video-output-plugins' \
   -vobsub:vobsub\ file -vobsubid:id -vsync \
   '-x[scale image to x width if driver supports]:width' \
-  -xineramascreeen:screen -xvidopts:option \
+  -xineramascreen:screen -xvidopts:option \
   '-xy[scale image by factor if driver supports]:factor' \
   '-y[scale image to y height if driver supports]:height' \
   '-z[specify compression level for png output]:compression-level:((0\:no\ compression 1 2 3 4 5 6\:default\ compression 7 8 9\:max\ compression))' \