From c4b301be40565226b20f688e5aa04f133232a230 Mon Sep 17 00:00:00 2001 From: matslina Date: Mon, 19 Apr 2010 09:54:00 +0000 Subject: [PATCH] typo: s/and/an/ git-svn-id: https://awib.googlecode.com/svn/trunk@92 45282222-9dd6-11dd-93a9-677c3c677ea2 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 2532d83..c3f6352 100644 --- a/README +++ b/README @@ -91,7 +91,7 @@ The vast majority of brainfuck environments meet these criteria. Since awib is polyglot, it is also possible to compile and/or run awib directly as C or bash. For instance, using gcc, the following will -build and executable file called awib from awib-0.2.b. +build an executable file called awib from awib-0.2.b. $ cp awib-0.2.b awib-0.2.c $ gcc awib-0.2.c -o awib.tmp