From dcc16592661cc264fcd9f88241c2ad3dc843c9e3 Mon Sep 17 00:00:00 2001 From: Karolina Gontarek Date: Sat, 20 Mar 2021 21:34:08 +0100 Subject: [PATCH] Fix typo --- tests/checks/tmux-complete.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/tmux-complete.fish b/tests/checks/tmux-complete.fish index b9c38d680..58364f627 100644 --- a/tests/checks/tmux-complete.fish +++ b/tests/checks/tmux-complete.fish @@ -36,7 +36,7 @@ $sleep $tmux capture-pane -p # CHECK: prompt 1> cat cmake/ -# Correct case in pager when prefies differ in case (#7743). +# Correct case in pager when prefixes differ in case (#7743). $tmux send-keys C-u C-l 'complete -c foo2 -a "aabc aaBd" -f' Enter C-l \ 'foo2 A' Tab $sleep