Fixed grammar.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403088
This commit is contained in:
Davis King 2009-05-30 18:41:37 +00:00
parent 7e5c498109
commit 20a39403b0

View File

@ -96,7 +96,7 @@ int main(int argc, char** argv)
}
// Make some references to the options inside the parser. This is just
// for convenience so we don't have to type out he longer form below.
// for convenience so we don't have to type out the longer form below.
const clp::option_type& option_c = parser.option("c");
const clp::option_type& option_d = parser.option("d");
const clp::option_type& option_in = parser.option("in");