From 8204dd7c9b2364cb16d3428679b78eeae7abbd2b Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 29 May 2009 15:58:50 +0000 Subject: [PATCH] Fixed grammar --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403072 --- examples/compress_stream_ex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/compress_stream_ex.cpp b/examples/compress_stream_ex.cpp index 717c899ca..68c6d0c89 100755 --- a/examples/compress_stream_ex.cpp +++ b/examples/compress_stream_ex.cpp @@ -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