From 5044ea928d72da800d11b2b80f6148265c13d10f Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 9 Jan 2012 03:20:27 +0100 Subject: [PATCH] typo: ouput->output --- tests/csgtestcore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc index fcf88d8c..65e9127c 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 >(), "input file") - ("output-file", po::value< vector >(), "ouput file"); + ("output-file", po::value< vector >(), "output file"); po::positional_options_description p; p.add("input-file", 1).add("output-file", 1);