1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 23:11:20 +02:00

Fix character transposition typo

This commit is contained in:
Barton E. Schaefer 2014-02-13 08:25:09 -08:00
parent 5c89c4ca9c
commit 7274ea8c49

@ -98,7 +98,7 @@ zpty_flush() {
while zpty -r -t zsh junk \* ; do
(( ZTST_verbose > 2 )) && print -n -u $ZTST_fd "${(V)junk}"
done
(( ZTST_verobse > 2 )) && print -u $ZTST_fd ''
(( ZTST_verbose > 2 )) && print -u $ZTST_fd ''
fi
}