From 065b8c1eabc778a78c78f6ca74577d5fd4963daa Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 17 Dec 2017 22:45:26 +1100 Subject: [PATCH] [client] fix typo in help text --- client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.c b/client/main.c index 535cf9cc..673260ec 100644 --- a/client/main.c +++ b/client/main.c @@ -951,7 +951,7 @@ void doHelp(char * app) "\n" " -k Enable FPS display\n" " -o FLAG Specify a renderer option (ie: opengl:vsync=0)\n" - " Alternatively specify \"list\" to list all renderer's and options\n" + " Alternatively specify \"list\" to list all renderers and their options\n" "\n" " -a Auto resize the window to the guest\n" " -n Don't allow the window to be manually resized\n"