summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.c b/game.c
index 7a213c3..4dcb3cc 100644
--- a/game.c
+++ b/game.c
@@ -7,7 +7,7 @@
#define DEFAULT_WIDTH 30
#define DEFAULT_HEIGHT 25
-/* draws the game map. Excepts a window large enough to print the map */
+/* draws the game map. Expects a window large enough to print the map */
static void draw(WINDOW *display, Map *map) {
werase(display);