diff options
author | David Robillard <d@drobilla.net> | 2019-10-18 13:33:35 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-10-18 14:48:31 +0200 |
commit | ba62633916ea41421d2ea5b29396455f00c0372c (patch) | |
tree | 7172ebb0ba528ec36a5fc29dfbb4c199c5fce770 | |
parent | 05ff778105d3f6eaabdd9a960bb5d15d158f5f31 (diff) | |
download | zix-ba62633916ea41421d2ea5b29396455f00c0372c.tar.gz zix-ba62633916ea41421d2ea5b29396455f00c0372c.tar.bz2 zix-ba62633916ea41421d2ea5b29396455f00c0372c.zip |
Fix typo
-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) { |