Commit 20a39403 authored by Davis King's avatar Davis King

Fixed grammar.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403088
parent 7e5c4981
...@@ -96,7 +96,7 @@ int main(int argc, char** argv) ...@@ -96,7 +96,7 @@ int main(int argc, char** argv)
} }
// Make some references to the options inside the parser. This is just // 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_c = parser.option("c");
const clp::option_type& option_d = parser.option("d"); const clp::option_type& option_d = parser.option("d");
const clp::option_type& option_in = parser.option("in"); const clp::option_type& option_in = parser.option("in");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment