Mercurial > eagle-eye
changeset 235:a89e049d1d31
fixed typo
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Thu, 06 Nov 2008 20:32:52 +0800 |
parents | c0b9604b0be9 |
children | cf08e01f5713 |
files | agent.pl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/agent.pl Wed Nov 05 03:08:16 2008 +0800 +++ b/agent.pl Thu Nov 06 20:32:52 2008 +0800 @@ -399,7 +399,7 @@ DumpFile("city-$cityId-dump.yaml", $cities->{$cityId}); } DumpFile("research-dump.yaml", $i->{'research'}); -DumpFile("wares-dump.yaml", $i->{'military'}); +DumpFile("wars-dump.yaml", $i->{'military'}); $i->logout;