Skip to content

Commit

Permalink
Comment typofix: "inidicator" -> "indicator"
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
  • Loading branch information
cazfi committed Jul 27, 2024
1 parent f68e730 commit b3f7608
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/aicore/citymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
/* CITYMAP - reserve space for cities
*
* The citymap is a large int double array that corresponds to
* the freeciv main map. For each tile, it stores three different
* the freeciv main map. For each tile, it stores three different
* and exclusive values in a single int: A positive int tells you
* how many cities can use this tile (a crowdedness inidicator). A
* value of zero indicates that the tile is presently unused and
* available. A negative value means that this tile is occupied
* how many cities can use this tile (a crowdedness indicator).
* A value of zero indicates that the tile is presently unused and
* available. A negative value means that this tile is occupied
* and reserved by some city or unit: in this case the value gives
* the negative of the ID of the city or unit that has reserved the
* tile.
Expand Down

0 comments on commit b3f7608

Please sign in to comment.