diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-07-19 23:15:01 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-07-19 23:15:01 +0800 |
commit | dc02211db60d84ba790865852481fb6a6829f4ca (patch) | |
tree | 52b5159b9a393f0c25c38313d38fe8faaf752753 /lang | |
parent | eb9a50673931dcaff1189c2ee3ad0efd1b0d5090 (diff) | |
download | freebsd-ports-gnome-dc02211db60d84ba790865852481fb6a6829f4ca.tar.gz freebsd-ports-gnome-dc02211db60d84ba790865852481fb6a6829f4ca.tar.zst freebsd-ports-gnome-dc02211db60d84ba790865852481fb6a6829f4ca.zip |
- Fix typo in pkg-descr
PR: ports/100492
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/embryo/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/embryo/pkg-descr b/lang/embryo/pkg-descr index 90f9504aa664..6b3d264db112 100644 --- a/lang/embryo/pkg-descr +++ b/lang/embryo/pkg-descr @@ -1,6 +1,6 @@ Embryo is a tiny library designed interpret limited small programs compiled by the included scmall compiler. This is mostly cleaning up and reduction -in size of the original small abstract machine. the compiler itself has been +in size of the original small abstract machine. The compiler itself has been left alone almost completely. WWW: http://www.enlightenment.org/Libraries/Embryo/index.html |