diff --git a/tests/lib/strutil/parse_integer.c b/tests/lib/strutil/parse_integer.c index e670862cb..3354d250d 100644 --- a/tests/lib/strutil/parse_integer.c +++ b/tests/lib/strutil/parse_integer.c @@ -132,7 +132,7 @@ START_TEST (parse_integer_test) /* then */ fail_unless (invalid == data->invalid && actual_result == data->expected_result, - "actial ( %" PRIuMAX ") not equal to\nexpected (%" PRIuMAX ")", + "actial ( %" PRIuMAX ") not equal to\nexpected (%" PRIuMAX ")", actual_result, data->expected_result); } /* *INDENT-OFF* */