summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPhilip Jägenstedt <philip@foolip.org>2012-09-27 13:28:32 +0200
committerGregory Maxwell <greg@xiph.org>2012-09-27 09:16:30 -0400
commit6d9c16d142b88ac4d61e7d44c7a91751317671b3 (patch)
tree6ac201367edf4a0dbfd2ef0d84d4fd742ab357ff /tests
parente23b15f1eab965aa97329e25e7c016f6481a7241 (diff)
downloadopus-6d9c16d142b88ac4d61e7d44c7a91751317671b3.tar.gz
Fix common misspellings
I stumbled upon the typo in README.draft, so took the opportunity to grep for common misspellings using List_of_common_misspellings.txt for hunspell.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_opus_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_opus_api.c b/tests/test_opus_api.c
index b5348c3a..cae8a757 100644
--- a/tests/test_opus_api.c
+++ b/tests/test_opus_api.c
@@ -1538,7 +1538,7 @@ int test_repacketizer_api(void)
#ifdef MALLOC_FAIL
/* GLIBC 2.14 declares __malloc_hook as deprecated, generating a warning
* under GCC. However, this is the cleanest way to test malloc failure
- * handling in our codebase, and the lack of thread saftey isn't an
+ * handling in our codebase, and the lack of thread safety isn't an
* issue here. We therefore disable the warning for this function.
*/
#if OPUS_GNUC_PREREQ(4,6)