From 06ba95ed978df043be8a1a83a5a08cf117259714 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Fri, 31 Mar 2023 09:16:21 -0700 Subject: [PATCH] fix help text typo --- src/ServerShell.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServerShell.cc b/src/ServerShell.cc index 8d3dfcc9..ef32128b 100644 --- a/src/ServerShell.cc +++ b/src/ServerShell.cc @@ -150,7 +150,7 @@ Server commands:\n\ announce \n\ Send an announcement message to all players.\n\ create-tournament \"Tournament Name\" \"Map Name\" [options...]\n\ - Create an Episode 3 tournament. The quotes are required arount the\n\ + Create an Episode 3 tournament. The quotes are required around the\n\ tournament and map names, unless the names contain no spaces.\n\ Rules options:\n\ 2v2: Set team size to 2 players (default is 1 without this option)\n\