diff options
Diffstat (limited to '')
-rw-r--r-- | tests/test_hardware.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_hardware.c b/tests/test_hardware.c index ee4434c1..c72d9b28 100644 --- a/tests/test_hardware.c +++ b/tests/test_hardware.c @@ -32,7 +32,7 @@ static void test_lzma_cputhreads(void) { #ifndef MYTHREAD_ENABLED - assert_skip("Threading support disabed"); + assert_skip("Threading support disabled"); #else if (lzma_cputhreads() == 0) assert_skip("Could not determine cpu core count"); |