summaryrefslogtreecommitdiff
path: root/lang/gforth/pkg/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gforth/pkg/DESCR')
-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.