X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=examples%2Fstream_test.c;h=10e097707c96ea5bc5e6358d2e3a323e02d0b193;hp=43abea9506c1d93b175c86600dbe1c641a1bcf44;hb=db9c7eba8ff28219a33b5494a3d60aa487d87ef1;hpb=19382a2855d481d4a5239ae9cdc8d608a826a9de diff --git a/examples/stream_test.c b/examples/stream_test.c index 43abea9..10e0977 100644 --- a/examples/stream_test.c +++ b/examples/stream_test.c @@ -10,7 +10,7 @@ * 3* uint32_t dont_care * * After start, data will be read in streaming until the program is aborted - * Progess information wil be printed out + * Progress information will be printed out * If a filename is given on the command line, the data read will be * written to that file * @@ -52,7 +52,7 @@ usage(const char *argv0) "[-n] don't check for special block structure\n" "\n" "If some filename is given, write data read to that file\n" - "Progess information is printed each second\n" + "Progress information is printed each second\n" "Abort with ^C\n" "\n" "Options:\n"