aboutsummaryrefslogtreecommitdiff
path: root/tests/test_hardware.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_hardware.c')
-rw-r--r--tests/test_hardware.c2
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");