Skip to content

Commit 5ed9d4b

Browse files
committed
fix typos
1 parent 208443d commit 5ed9d4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ actions, which are expected to be identical.
8383
actions, which are expected to be different.
8484

8585
`post` is a catchall script hook which allows custom verification
86-
acions to be coded.
86+
actions to be coded.
8787

8888
### Client wrappers
8989

src/tests/pty-deadlock.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tmux_commands()
3333
# Restart output...
3434
printf "send-keys 0x11\n"
3535
sleep 10
36-
# And stop the test script, so it produces its exit messge.
36+
# And stop the test script, so it produces its exit message.
3737
printf "send-keys 0x0d\n"
3838
# This will get killed by SIGPIPE.
3939
while printf "show-options\n" && sleep 1; do

0 commit comments

Comments
 (0)