We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fe10b commit 46813feCopy full SHA for 46813fe
apps/avifgainmaputil/swapbase_command.cc
@@ -116,7 +116,7 @@ SwapBaseCommand::SwapBaseCommand()
116
"swapbase",
117
"Swaps the base and alternate images (e.g. if the base image is SDR "
118
"and the alternate is HDR, makes the base HDR). The alternate image "
119
- "is the result ot fully applying the gain map.") {
+ "is the result to fully applying the gain map.") {
120
argparse_.add_argument(arg_input_filename_, "input_filename");
121
argparse_.add_argument(arg_output_filename_, "output_filename");
122
arg_image_read_.Init(argparse_);
0 commit comments