From 1be5fdd53332b3abb2177002167600c78bbd5e7c Mon Sep 17 00:00:00 2001 From: Alex Myczko <alex@aiei.ch> Date: Tue, 20 Apr 2021 13:22:19 +0200 Subject: [PATCH] typo --- sos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos.c b/sos.c index 3290de4..4e56e44 100644 --- a/sos.c +++ b/sos.c @@ -234,7 +234,7 @@ void gameplay(void){ mvprintw(3,0," **** THE GAMEPLAY ****"); attroff(A_BOLD); move(4,0); - printw("The game is similiar to Tic Tac Toe:\n"); + printw("The game is similar to Tic Tac Toe:\n"); printw("The players write S and O in the squares\n"); printw("and making the straight connected sequence\n"); printw("S-O-S makes you a score; obviously, the\n");