diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-09 02:20:27 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-09 02:20:27 (GMT) |
commit | 5044ea928d72da800d11b2b80f6148265c13d10f (patch) | |
tree | b1a125a137203a5a7649348bd25c89e0cc9f0f7c /tests | |
parent | da9e545366ba9c0ec9fd7117e9fa3c9cacaad7f8 (diff) |
typo: ouput->output
Diffstat (limited to 'tests')
-rw-r--r-- | tests/csgtestcore.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc index fcf88d8..65e9127 100644 --- a/tests/csgtestcore.cc +++ b/tests/csgtestcore.cc @@ -116,7 +116,7 @@ po::variables_map parse_options(int argc, char *argv[]) // po::options_description hidden("Hidden options"); // hidden.add_options() ("input-file", po::value< vector<string> >(), "input file") - ("output-file", po::value< vector<string> >(), "ouput file"); + ("output-file", po::value< vector<string> >(), "output file"); po::positional_options_description p; p.add("input-file", 1).add("output-file", 1); |