diff options
author | jim <jim@FreeBSD.org> | 2000-03-01 11:06:00 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-03-01 11:06:00 +0800 |
commit | e3d5c103a90fcc9ed1d60e47263bbdef9f6acfa8 (patch) | |
tree | 5587c3ba6e9f8db0481c1ac74a0aa5ebaf55d94a /games/corewars | |
parent | 0b27af2cbbd07215d6dfd946301501a39dd8e906 (diff) | |
download | freebsd-ports-gnome-e3d5c103a90fcc9ed1d60e47263bbdef9f6acfa8.tar.gz freebsd-ports-gnome-e3d5c103a90fcc9ed1d60e47263bbdef9f6acfa8.tar.zst freebsd-ports-gnome-e3d5c103a90fcc9ed1d60e47263bbdef9f6acfa8.zip |
Fix a grammatical error. There was a 'try' missing.
Diffstat (limited to 'games/corewars')
-rw-r--r-- | games/corewars/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/corewars/pkg-descr b/games/corewars/pkg-descr index 89e1db600000..e04949bb1a4d 100644 --- a/games/corewars/pkg-descr +++ b/games/corewars/pkg-descr @@ -1,5 +1,5 @@ Core Wars is a simulation game. A number of programs are loaded into a -virtual machine and executed. The programs can to crash each other, +virtual machine and executed. The programs can try to crash each other, manipulate other programs, overwrite as much memory as they can, etc... The "best" program is selected according to a scoring mechanism which involves the number of memory cells the program has overwritten, the |