Index: diplhand.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/diplhand.c,v retrieving revision 1.48 diff -u -r1.48 diplhand.c --- diplhand.c 2001/08/07 13:42:43 1.48 +++ diplhand.c 2001/08/23 01:25:57 @@ -179,7 +179,7 @@ case CLAUSE_GOLD: if (pplayer->economic.gold < pclause->value) { notify_player(pplayer, - _("Game: You don't have enought gold, " + _("Game: You don't have enough gold, " "you can't accept treaty.")); return; } Index: gotohand.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/gotohand.c,v retrieving revision 1.103 diff -u -r1.103 gotohand.c --- gotohand.c 2001/08/20 07:56:02 1.103 +++ gotohand.c 2001/08/23 01:25:59 @@ -50,7 +50,7 @@ struct refuel *coming_from; }; -static struct refuel *refuels[MAP_MAX_WIDTH*MAP_MAX_HEIGHT]; /* enought :P */ +static struct refuel *refuels[MAP_MAX_WIDTH*MAP_MAX_HEIGHT]; /* enough :P */ static unsigned int refuellist_size; static void make_list_of_refuel_points(struct player *pplayer);