From ba62633916ea41421d2ea5b29396455f00c0372c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 Oct 2019 13:33:35 +0200 Subject: Fix typo --- test/hash_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/hash_test.c b/test/hash_test.c index b036fc5..a3aee53 100644 --- a/test/hash_test.c +++ b/test/hash_test.c @@ -182,7 +182,7 @@ stress(void) } } - // Insert each string again (to check non-empty desruction) + // Insert each string again (to check non-empty destruction) for (size_t i = 0; i < n_strings; ++i) { ZixStatus st = zix_hash_insert(hash, &strings[i], NULL); if (st) { -- cgit v1.2.1