Fixed grammar

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403072
This commit is contained in:
Davis King 2009-05-29 15:58:50 +00:00
parent b33e8438bd
commit 8204dd7c9b
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ int main(int argc, char** argv)
// Now I will use the parser to validate some things about the command line.
// If any of the following checks fail then an exception will be thrown and it will
// contain a message that tells the user the problem was.
// contain a message that tells the user what the problem was.
// First I want to check that none of the options were given on the command line
// more than once. To do this I define an array that contains the options