summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-08-18 06:03:14 +0000
committerheinz <heinz@pkgsrc.org>2007-08-18 06:03:14 +0000
commit75001d6da3a26e1760c1257d36835d1ef119c57c (patch)
tree3f500eeaf28b91c599f3c030edce2097f55325c5
parent1fc6177556f0bdb5f74b32fb0088342b0102c0c1 (diff)
downloadpkgsrc-75001d6da3a26e1760c1257d36835d1ef119c57c.tar.gz
Fixed typo.
-rw-r--r--lang/awka/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/awka/DESCR b/lang/awka/DESCR
index 05124296e64..bda372dacca 100644
--- a/lang/awka/DESCR
+++ b/lang/awka/DESCR
@@ -1,6 +1,6 @@
Awka is an open-source implementation of the AWK programming language. Awka
is not an interpreter like Gawk, Mawk or Nawk, but instead it converts the
-program to ANSI-C, then compiles this using gcc or a native C compiled to
+program to ANSI-C, then compiles this using gcc or a native C compiler to
create a binary executable.
As of version 0.7.0, you can write C functions and compile them into a