summaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>1999-05-06 13:47:37 +0000
committerkleink <kleink@pkgsrc.org>1999-05-06 13:47:37 +0000
commita168b58f8e72d241166aaba7e9b5a2b27129f6b1 (patch)
tree5db2520bb43a7caf31a3a8f0bfe4d605ccb9fbba /lang/gforth
parent68de36c01ec62aaa2f39658a563c9b616429dd46 (diff)
downloadpkgsrc-a168b58f8e72d241166aaba7e9b5a2b27129f6b1.tar.gz
Typo.
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/pkg/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gforth/pkg/DESCR b/lang/gforth/pkg/DESCR
index aacfaeb912f..9b9de235e7f 100644
--- a/lang/gforth/pkg/DESCR
+++ b/lang/gforth/pkg/DESCR
@@ -2,5 +2,5 @@ Gforth is a fast and portable implementation of the ANS Forth
language. It works nicely with the Emacs editor, offers some nice
features such as input completion and history and a powerful locals
facility, and it even has (the beginnings of) a manual. Gforth employs
-traditional implementation techniques: its inner innerpreter is
+traditional implementation techniques: its inner interpreter is
indirect or direct threaded.