Fix spelling mistakes identified by Lintian

Co-authored-by: Thulinma <jaron@vietors.com>
This commit is contained in:
Alex Henrie 2024-02-08 11:08:36 -07:00 committed by Thulinma
parent a1fbb9e186
commit ea47e19129
14 changed files with 24 additions and 24 deletions

View file

@ -338,7 +338,7 @@ int main(int argc, char *argv[]){
capa["optional"]["source_mask"]["default"] = "";
capa["optional"]["target_mask"]["name"] = "Output track mask";
capa["optional"]["target_mask"]["help"] = "What internal processes should have access to the ouput track(s)";
capa["optional"]["target_mask"]["help"] = "What internal processes should have access to the output track(s)";
capa["optional"]["target_mask"]["type"] = "select";
capa["optional"]["target_mask"]["select"][0u][0u] = "";
capa["optional"]["target_mask"]["select"][0u][1u] = "Keep original value";

View file

@ -114,7 +114,7 @@ int main(int argc, char *argv[]){
capa["optional"]["source_mask"]["default"] = "";
capa["optional"]["target_mask"]["name"] = "Output track mask";
capa["optional"]["target_mask"]["help"] = "What internal processes should have access to the ouput track(s)";
capa["optional"]["target_mask"]["help"] = "What internal processes should have access to the output track(s)";
capa["optional"]["target_mask"]["type"] = "select";
capa["optional"]["target_mask"]["select"][0u][0u] = "";
capa["optional"]["target_mask"]["select"][0u][1u] = "Keep original value";

View file

@ -571,7 +571,7 @@ int main(int argc, char *argv[]){
capa["optional"]["source_mask"]["default"] = "";
capa["optional"]["target_mask"]["name"] = "Output track mask";
capa["optional"]["target_mask"]["help"] = "What internal processes should have access to the ouput track(s)";
capa["optional"]["target_mask"]["help"] = "What internal processes should have access to the output track(s)";
capa["optional"]["target_mask"]["type"] = "select";
capa["optional"]["target_mask"]["select"][0u][0u] = "";
capa["optional"]["target_mask"]["select"][0u][1u] = "Keep original value";