diff options
-rw-r--r-- | test/hash_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |