mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed grammar.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403088
This commit is contained in:
parent
7e5c498109
commit
20a39403b0
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user