summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-08-12 08:10:51 +0200
committerDaiki Ueno <ueno@gnu.org>2020-08-12 08:14:21 +0200
commit505e38fac4acc272951df36c5e1a522457f91574 (patch)
treea42188171a2786242c26d43b97101b7ca4e42518 /tests
parent606b77a2422c7e4124d80904bd191184323205fc (diff)
downloadgnutls-505e38fac4acc272951df36c5e1a522457f91574.tar.gz
doc: assorted typo fixestmp-typo-fixes
Spotted by codespell. Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/logfile-option.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/logfile-option.sh b/tests/logfile-option.sh
index 1eb7a492f7..8cd8f9b53f 100755
--- a/tests/logfile-option.sh
+++ b/tests/logfile-option.sh
@@ -96,7 +96,7 @@ kill ${PID}
wait
if ! test -f ${TMPFILE1};then
- echo "Logfile shoule be created!"
+ echo "Logfile should be created!"
exit 1
fi
if test -s ${TMPFILE2};then
@@ -150,7 +150,7 @@ kill ${PID}
wait
if ! test -f ${TMPFILE1};then
- echo "Logfile shoule be created!"
+ echo "Logfile should be created!"
exit 1
fi
if test -s ${TMPFILE2};then