X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=junkcode%2Ftinkertim%40gmail.com-grawk%2Fgrawk.c;h=27a6b3493d84a5cc0b2c4817869ecc4c94682a7a;hp=14e5cc4af74be6560055a5c8479f4abe1a02ec7c;hb=4e94428ea403f94679ad20e648424bf30464890a;hpb=bda94e9fae69b585738d142de408395b9530d5bb diff --git a/junkcode/tinkertim@gmail.com-grawk/grawk.c b/junkcode/tinkertim@gmail.com-grawk/grawk.c index 14e5cc4a..27a6b349 100644 --- a/junkcode/tinkertim@gmail.com-grawk/grawk.c +++ b/junkcode/tinkertim@gmail.com-grawk/grawk.c @@ -124,7 +124,7 @@ static void usage(void) "awk-style print statement; defines " "output fields\n"); printf("\nExamples:\n"); - printf(" Retreive joe123's home directory from /etc/passwd:\n"); + printf(" Retrieve joe123's home directory from /etc/passwd:\n"); printf("\t%s -F : \"joe123\" '$6' /etc/passwd\n", progname); printf("\n Find fields 2 3 and 4 on lines that begin with @ from stdin:\n"); printf("\tcat file.txt | %s \"^@\" '$2,$3,$4'\n", progname);