Skip to content

Commit 51665a3

Browse files
twolifeslipher
authored andcommitted
fix small typo found by Debian's lintian
1 parent 371d9f0 commit 51665a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crunch/crunch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class crunch {
166166
console::printf("-forceprimaryencoding - Only use DXT1 color4 and DXT5 alpha8 block encodings.");
167167
console::printf("-usetransparentindicesforblack - Try DXT1 transparent indices for dark pixels.");
168168

169-
console::message("\nOuptut pixel format options:");
169+
console::message("\nOutput pixel format options:");
170170
console::printf("-usesourceformat - Use input file's format for output format (when possible).");
171171
console::message("\nAll supported texture formats (Note: .CRN only supports DXTn pixel formats):");
172172
for (uint32 i = 0; i < pixel_format_helpers::get_num_formats(); i++) {

0 commit comments

Comments
 (0)