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=2b767ab8c86d6931eda6a1c39c826a0b5edccca9;hpb=d79a327642580df2707082c32ce5370bb517e18c;ds=sidebyside 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);