about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2004-02-16 10:40:58 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2004-02-16 10:40:58 +0000
commit98d2e15486ffec4643243a1fbafa635e78d48150 (patch)
tree681766633dc7c1fffd17a6bd0a6b3f4574d3fdf3
parent7feb529776649143927eefb7d70e81305327f67b (diff)
downloadzsh-98d2e15486ffec4643243a1fbafa635e78d48150.tar.gz
zsh-98d2e15486ffec4643243a1fbafa635e78d48150.tar.xz
zsh-98d2e15486ffec4643243a1fbafa635e78d48150.zip
19423: correct typo in one of the options
-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))' \