From b3a2667e9ffba24c19679c89c6b362a7141ec009 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 16 Jan 2018 14:21:36 -0500 Subject: [PATCH] fix spelling :) --- src/Makefile.OSX | 2 +- test/README-testframe.txt | 2 +- test/functests/test_true.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.OSX b/src/Makefile.OSX index 9d162af..683ad04 100644 --- a/src/Makefile.OSX +++ b/src/Makefile.OSX @@ -14,7 +14,7 @@ # # PTHREAD_SINGLETHREADED_TIME # - Define this if you want to single-thread time() ... there ARE -# possibile caching side-effects in a multithreaded environment +# possible caching side-effects in a multithreaded environment # without this, but the performance impact may require you to # try it unsynchronized. # diff --git a/test/README-testframe.txt b/test/README-testframe.txt index f05ee85..d6980c3 100644 --- a/test/README-testframe.txt +++ b/test/README-testframe.txt @@ -35,5 +35,5 @@ # 3. create DIR/test_XXX.sh. # 4. write a run function and testcase functions in DIR/test_XXX.sh. # 5. within the run function, call run_testcase for each testcase function. -# 6. within each testcase funtion, call assertneq or asserteq, or do +# 6. within each testcase function, call assertneq or asserteq, or do # the equivalent. diff --git a/test/functests/test_true.sh b/test/functests/test_true.sh index 161452f..0025bcf 100644 --- a/test/functests/test_true.sh +++ b/test/functests/test_true.sh @@ -1,4 +1,4 @@ -# test suite that always succeds - for testing framework +# test suite that always succeeds - for testing framework run() {