diff options
author | olgeni <olgeni@FreeBSD.org> | 2008-06-01 17:42:37 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2008-06-01 17:42:37 +0800 |
commit | 9aa8bdd89214914fb17b824b18c6780a5a92284e (patch) | |
tree | fcca160716ded0c37ee140d2a35b4a0bbe1ac5f0 /devel/mime | |
parent | 437a96d1bc7e1a1cdce06da4fb2617c8f0a80b93 (diff) | |
download | freebsd-ports-gnome-9aa8bdd89214914fb17b824b18c6780a5a92284e.tar.gz freebsd-ports-gnome-9aa8bdd89214914fb17b824b18c6780a5a92284e.tar.zst freebsd-ports-gnome-9aa8bdd89214914fb17b824b18c6780a5a92284e.zip |
Large round of typo fixes in ports/devel (pkg-descr).
Diffstat (limited to 'devel/mime')
-rw-r--r-- | devel/mime/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mime/pkg-descr b/devel/mime/pkg-descr index 6acb219ce388..579f48baf3d1 100644 --- a/devel/mime/pkg-descr +++ b/devel/mime/pkg-descr @@ -1,8 +1,8 @@ This package allows you to decode multipart mime messages. I wrote -this so that my cgiparse libary can understand multipart/form-data. +this so that my cgiparse library can understand multipart/form-data. I was looking at the various ways of doing it with out designing an entire library. After thinking about the problem, there were to many edge cases, and designing an entire library would be better. This is -the results of the work. It definately could use some cleaning up. +the results of the work. It definitely could use some cleaning up. WWW: http://resnet.uoregon.edu/~gurney_j/jmpc/mime.html |