summaryrefslogtreecommitdiff
path: root/graph_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'graph_gui.c')
-rw-r--r--graph_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph_gui.c b/graph_gui.c
index da33c0e72..3147f3559 100644
--- a/graph_gui.c
+++ b/graph_gui.c
@@ -51,7 +51,7 @@ void DrawGraph(GraphDrawer *gw)
int64 cur_val;
uint sel;
- /* the colors and cost array of GraphDrawer must accomodate
+ /* the colors and cost array of GraphDrawer must accomodate
* both values for cargo and players. So if any are higher, quit */
assert(GRAPH_NUM >= NUM_CARGO && GRAPH_NUM >= MAX_PLAYERS);