Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
a1346054 committed Feb 18, 2024
1 parent 376214a commit 9070faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ actions, which are expected to be identical.
actions, which are expected to be different.

`post` is a catchall script hook which allows custom verification
acions to be coded.
actions to be coded.

### Client wrappers

Expand Down
2 changes: 1 addition & 1 deletion src/tests/pty-deadlock.test
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tmux_commands()
# Restart output...
printf "send-keys 0x11\n"
sleep 10
# And stop the test script, so it produces its exit messge.
# And stop the test script, so it produces its exit message.
printf "send-keys 0x0d\n"
# This will get killed by SIGPIPE.
while printf "show-options\n" && sleep 1; do
Expand Down

0 comments on commit 9070faf

Please sign in to comment.