summaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
authorkleink <kleink>1999-05-06 13:47:37 +0000
committerkleink <kleink>1999-05-06 13:47:37 +0000
commit33bd5b73ef66b33e91a4b61d911a83d9c5fcb998 (patch)
tree5db2520bb43a7caf31a3a8f0bfe4d605ccb9fbba /lang/gforth
parent36237797cc5672da0ca2e9323ad1ef81ca8d399a (diff)
downloadpkgsrc-33bd5b73ef66b33e91a4b61d911a83d9c5fcb998.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.