From b612bb52905a9abad96770c6e67b3aa773e2d2c7 Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 5 Mar 2012 17:37:18 +0100 Subject: [PATCH] Fix typo. --- ssnes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssnes.c b/ssnes.c index 2512cb0f69..21638a5ff6 100644 --- a/ssnes.c +++ b/ssnes.c @@ -523,7 +523,7 @@ static void print_help(void) puts("\t-C/--connect: Connect to netplay as player 2."); puts("\t--port: Port used to netplay. Default is 55435."); puts("\t-F/--frames: Sync frames when using netplay."); - puts("\t--spectate: Netplay will become spectacting mode."); + puts("\t--spectate: Netplay will become spectating mode."); puts("\t\tHost can live stream the game content to players that connect."); puts("\t\tHowever, the client will not be able to play. Multiple clients can connect to the host."); puts("\t--nick: Picks a nickname for use with netplay. Not mandatory.");