From f96fece6eefdfca9dbf88aa57817e6d1cb89ff0e Mon Sep 17 00:00:00 2001 From: Richard Geldreich Date: Fri, 5 Sep 2025 21:13:10 -0400 Subject: [PATCH] typo fix --- basisu_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basisu_tool.cpp b/basisu_tool.cpp index 958d813..b4a8260 100644 --- a/basisu_tool.cpp +++ b/basisu_tool.cpp @@ -4472,7 +4472,7 @@ static bool test_mode_hdr(command_line_params& opts, basist::basis_tex_format te { BASISU_ASSUME(uastc_hdr_4x4_codec_options::cMaxLevel == 4); - fmt_printf("test_mode_hdr: Testing bais_tex_format {}, lambda {}\n", (uint32_t)tex_fmt, lambda); + fmt_printf("test_mode_hdr: Testing basis_tex_format {}, lambda {}\n", (uint32_t)tex_fmt, lambda); uint32_t total_mismatches = 0;