diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-03-27 23:31:04 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-03-27 23:31:04 +0000 |
commit | 71c482c7afce6e87f925554a3d72eba3750a9760 (patch) | |
tree | 9a70e56a1a24cf477b9ba324f412acc1117b89fd /lang | |
parent | e633f3073d3ac488520228ba8a0ab9e6354916e4 (diff) | |
download | pkgsrc-71c482c7afce6e87f925554a3d72eba3750a9760.tar.gz |
runawk: Fix typo in DESCR
Diffstat (limited to 'lang')
-rw-r--r-- | lang/runawk/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/runawk/DESCR b/lang/runawk/DESCR index 1f6a3b42f36..5f8d253510a 100644 --- a/lang/runawk/DESCR +++ b/lang/runawk/DESCR @@ -1,3 +1,3 @@ -RUNAWK is a small wrapper for AWK interpreter that impements module system +RUNAWK is a small wrapper for AWK interpreter that implements module system (similar to Perl's "use" command) and helps to write the standalone AWK programs. Dozens of modules are also provided. |