diff options
author | jim <jim@FreeBSD.org> | 2000-03-01 03:06:00 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-03-01 03:06:00 +0000 |
commit | e3d5c103a90fcc9ed1d60e47263bbdef9f6acfa8 (patch) | |
tree | 5587c3ba6e9f8db0481c1ac74a0aa5ebaf55d94a /games | |
parent | 0b27af2cbbd07215d6dfd946301501a39dd8e906 (diff) | |
download | FreeBSD-ports-e3d5c103a90fcc9ed1d60e47263bbdef9f6acfa8.zip FreeBSD-ports-e3d5c103a90fcc9ed1d60e47263bbdef9f6acfa8.tar.gz |
Fix a grammatical error. There was a 'try' missing.
Diffstat (limited to 'games')
-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 89e1db6..e04949b 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 |