aboutsummaryrefslogtreecommitdiff
path: root/devel/dparser
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
commita249020977a2394eb6f6b41a59e49167878d5f8d (patch)
tree5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/dparser
parent75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff)
downloadports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz
ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip
Large round of typo fixes in ports/devel (pkg-descr).
Notes
Notes: svn path=/head/; revision=214100
Diffstat (limited to 'devel/dparser')
-rw-r--r--devel/dparser/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/dparser/pkg-descr b/devel/dparser/pkg-descr
index 82af534cfce6..6c5a16dd8cbf 100644
--- a/devel/dparser/pkg-descr
+++ b/devel/dparser/pkg-descr
@@ -3,7 +3,7 @@ the text to be parsed using a combination of regular expressions and grammar
productions. Because of the parsing technique (technically a scannerless GLR
parser based on the Tomita algorithm) there are no restrictions. The grammar
can be ambiguous, right or left recursive, have any number of null productions,
-and because there is no seperate tokenizer, can include whitespace in terminals
+and because there is no separate tokenizer, can include whitespace in terminals
and have terminals which are prefixes of other terminals. DParser handles not
just well formed computer languages and data files, but just about any wacky
situation that occurs in the real world.