diff -urN -Xfreeciv/diff_ignore freeciv-gen/server/diplhand.c freeciv-gen-work/server/diplhand.c --- freeciv-gen/server/diplhand.c Tue May 7 09:40:54 2002 +++ freeciv-gen-work/server/diplhand.c Thu Aug 8 20:52:09 2002 @@ -278,7 +278,7 @@ get_tech_name(pdest, pclause->value)); notify_embassies(pdest, pgiver, - _("Game: The %s have aquired %s from the %s."), + _("Game: The %s have acquired %s from the %s."), get_nation_name_plural(pdest->nation), get_tech_name(pdest, pclause->value), get_nation_name_plural(pgiver->nation)); diff -urN -Xfreeciv/diff_ignore freeciv-gen/server/maphand.c freeciv-gen-work/server/maphand.c --- freeciv-gen/server/maphand.c Wed Feb 27 12:12:51 2002 +++ freeciv-gen-work/server/maphand.c Thu Aug 8 20:54:04 2002 @@ -169,7 +169,7 @@ time. Sends a message, and then upgrade all city squares to railroads. "discovery" just affects the message: set to 1 if the tech is a "discovery", - 0 if otherwise aquired (conquer/trade/GLib). --dwp + 0 if otherwise acquired (conquer/trade/GLib). --dwp ***************************************************************/ void upgrade_city_rails(struct player *pplayer, bool discovery) { diff -urN -Xfreeciv/diff_ignore freeciv-gen/server/unittools.c freeciv-gen-work/server/unittools.c --- freeciv-gen/server/unittools.c Thu Aug 8 20:33:00 2002 +++ freeciv-gen-work/server/unittools.c Thu Aug 8 20:52:36 2002 @@ -2445,7 +2445,7 @@ tech_name); gamelog(GAMELOG_TECH, _("%s discover %s (Hut)"), get_nation_name_plural(pplayer->nation), tech_name); - notify_embassies(pplayer, NULL, _("Game: The %s have aquired %s" + notify_embassies(pplayer, NULL, _("Game: The %s have acquired %s" " from ancient scrolls of wisdom."), get_nation_name_plural(pplayer->nation), tech_name);