Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed May 28, 2019
1 parent 1e24a4c commit cf6b202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frog.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ bool parse_args( TiCC::CL_Options& Opts,
else {
vector<string> lang_v = TiCC::split_at( languages, "," );
if ( lang_v.empty() ){
cerr<< "invalid value in --languages=" << languages
cerr<< "invalid value in --language=" << languages
<< " option. " << endl;
return false;
}
Expand Down

0 comments on commit cf6b202

Please sign in to comment.