- typo in DESCR

This commit is contained in:
jasper 2008-10-25 14:54:23 +00:00
parent 51f3e89bf5
commit 4b20f60c99
2 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/25 10:40:37 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2008/10/25 14:54:23 jasper Exp $
ONLY_FOR_ARCHS = amd64 i386 sparc sparc64
COMMENT = ANS Standard Forth interpreter and compiler
DISTNAME = gforth-0.6.2
PKGNAME = ${DISTNAME}p0
CATEGORIES = lang
HOMEPAGE = http://www.jwdt.com/~paysan/gforth.html

View File

@ -3,6 +3,6 @@ It works nicely with the Emacs editor, offers some nice features such as
input completion and history, backtraces, a decompiler and a powerful
locals facility, and it even has a manual. Gforth combines traditional
implementation techniques with newer techniques for portability and
performance performance: its inner innerpreter is direct threaded with
performance: its inner innerpreter is direct threaded with
several optimizations, but you can also use a traditional-style indirect
threaded interpreter.