]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libtest/test.h: fix typo (#988)
authorMark Hamilton <TheDarkCode@users.noreply.github.com>
Sat, 3 Sep 2016 21:12:22 +0000 (14:12 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 3 Sep 2016 21:12:22 +0000 (23:12 +0200)
tests/libtest/test.h

index 9647658db8b589438328f323810680c304b40931..9fd33aa72991bc246c16133617b06e001509b027 100644 (file)
@@ -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.