From: Mark Hamilton Date: Sat, 3 Sep 2016 21:12:22 +0000 (-0700) Subject: libtest/test.h: fix typo (#988) X-Git-Tag: curl-7_50_2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d563a10b3bf8f74b88ff436583098a83ef9f396;p=thirdparty%2Fcurl.git libtest/test.h: fix typo (#988) --- diff --git a/tests/libtest/test.h b/tests/libtest/test.h index 9647658db8..9fd33aa729 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.