diff options
author | Viktor Szakats <commit@vsz.me> | 2020-03-12 12:15:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-12 14:28:17 +0100 |
commit | af07875c0d0236a79c1639b01af60568ca95b9db (patch) | |
tree | 21f7b815f5126f977272086c1c22c441ef93c780 /tests/unit | |
parent | d5c01d779fc46fb25d68aa4cfadb0ef0905e2200 (diff) |
cleanup: fix some text/comment typos
Closes #5087
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/unit1300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unit1300.c b/tests/unit/unit1300.c index 5d8799779..3e4c33ccc 100644 --- a/tests/unit/unit1300.c +++ b/tests/unit/unit1300.c @@ -75,7 +75,7 @@ UNITTEST_START fail_unless(llist.head == NULL, "list head should initiate to NULL"); fail_unless(llist.tail == NULL, "list tail should intiate to NULL"); fail_unless(llist.dtor == test_curl_llist_dtor, - "list dtor shold initiate to test_curl_llist_dtor"); + "list dtor should initiate to test_curl_llist_dtor"); /** * testing Curl_llist_insert_next |