summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatheus <149222182+matheus20337@users.noreply.github.com>2025-10-19 14:57:10 -0300
committerGitHub <noreply@github.com>2025-10-19 14:57:10 -0300
commit577c1ca7ec4e5d7c73e50ded198f1b077ad0044e (patch)
treef142dcde582fc96e306334d9ab357d1508eb6e5d
parent7416b42983d567fb7fadb45dcbaf98c80aee77b5 (diff)
chore:fix typoHEADmaster
-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);