From 577c1ca7ec4e5d7c73e50ded198f1b077ad0044e Mon Sep 17 00:00:00 2001 From: Matheus <149222182+matheus20337@users.noreply.github.com> Date: Sun, 19 Oct 2025 14:57:10 -0300 Subject: chore:fix typo --- game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game.c') 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); -- cgit v1.2.3