Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wasimabbas-arm committed Feb 25, 2025
1 parent 6c65df0 commit 29507d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ktx/command_create.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ void CommandCreate::executeCreate() {
else if (is_convert_error)
fatal(rc::INVALID_FILE, convert_error_message, fmtInFile(inputFilepath), OptionsCreate::kConvertOetf);
else {
assert(is_file_error && "In this branch it must be the input file that has the transfre function issue"); (void)is_file_error;
assert(is_file_error && "In this branch it must be the input file that has the transfer function issue"); (void)is_file_error;
fatal(rc::INVALID_FILE, input_error_message, fmtInFile(inputFilepath));
}
}
Expand Down

0 comments on commit 29507d9

Please sign in to comment.