diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-02-13 08:25:09 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-02-13 08:25:09 -0800 |
commit | 7274ea8c494c3033b3ea01f828d4d21fa511ed9a (patch) | |
tree | df623ea19ea429fd668a57680a2a4152c37e758d /Test/comptest | |
parent | 5c89c4ca9c1303add65b1927b94d95c72be2e096 (diff) | |
download | zsh-7274ea8c494c3033b3ea01f828d4d21fa511ed9a.tar.gz zsh-7274ea8c494c3033b3ea01f828d4d21fa511ed9a.tar.xz zsh-7274ea8c494c3033b3ea01f828d4d21fa511ed9a.zip |
Fix character transposition typo
Diffstat (limited to 'Test/comptest')
-rw-r--r-- | Test/comptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/comptest b/Test/comptest index 4a23e8937..42fe651d7 100644 --- a/Test/comptest +++ b/Test/comptest @@ -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 } |