summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-18 13:33:35 +0200
committerDavid Robillard <d@drobilla.net>2019-10-18 14:48:31 +0200
commitba62633916ea41421d2ea5b29396455f00c0372c (patch)
tree7172ebb0ba528ec36a5fc29dfbb4c199c5fce770 /test
parent05ff778105d3f6eaabdd9a960bb5d15d158f5f31 (diff)
downloadzix-ba62633916ea41421d2ea5b29396455f00c0372c.tar.gz
zix-ba62633916ea41421d2ea5b29396455f00c0372c.tar.bz2
zix-ba62633916ea41421d2ea5b29396455f00c0372c.zip
Fix typo
Diffstat (limited to 'test')
-rw-r--r--test/hash_test.c2
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) {