From 5dd3f746aba84f9e2bbe30c277bd4474a76ce01d Mon Sep 17 00:00:00 2001 From: dgiardini Date: Tue, 14 Jul 2015 14:57:52 -0300 Subject: [PATCH] typo fixed --- rtl_ais.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl_ais.c b/rtl_ais.c index d3cd349..f8fd394 100644 --- a/rtl_ais.c +++ b/rtl_ais.c @@ -154,7 +154,7 @@ void usage(void) "\tto [outputfile] (a '-' dumps samples to stdout)\n" "\t omitting the filename also uses stdout\n\n" "\tOutput is stereo 2x16 bit signed ints\n\n" - "\tExmaples:\n" + "\tExamples:\n" "\tReceive AIS traffic,sent UDP NMEA sentences to 127.0.0.1 port 10110\n" "\t and log the senteces to console:\n\n" "\trtl_ais -n\n\n"