aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/test.h
diff options
context:
space:
mode:
authorMark Hamilton <TheDarkCode@users.noreply.github.com>2016-09-03 14:12:22 -0700
committerDaniel Stenberg <daniel@haxx.se>2016-09-03 23:12:22 +0200
commit5d563a10b3bf8f74b88ff436583098a83ef9f396 (patch)
tree3a0c20422cb206a056ce69270c71d08c5ed10922 /tests/libtest/test.h
parent4c44155cfe67c2eb009b49ba03876767dfa18ea5 (diff)
libtest/test.h: fix typo (#988)
Diffstat (limited to 'tests/libtest/test.h')
-rw-r--r--tests/libtest/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/test.h b/tests/libtest/test.h
index 9647658db..9fd33aa72 100644
--- a/tests/libtest/test.h
+++ b/tests/libtest/test.h
@@ -112,7 +112,7 @@ extern int unitfail;
** label 'test_cleanup' is performed.
**
** Every easy_* and multi_* macros have a res_easy_* and res_multi_* macro
-** counterpart that operates in tha same way with the exception that no
+** counterpart that operates in the same way with the exception that no
** jump takes place in case of failure. res_easy_* and res_multi_* macros
** should be immediately followed by checking if 'res' variable has been
** set.