From 9297732f8601547625517c2f58891e0852f9b6f3 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 11 Sep 2003 18:11:20 +0000 Subject: [PATCH] fix a typo pointed out by IrcMonkey --- tools/qfbsp/source/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfbsp/source/options.c b/tools/qfbsp/source/options.c index a52ae1252..e29681910 100644 --- a/tools/qfbsp/source/options.c +++ b/tools/qfbsp/source/options.c @@ -101,7 +101,7 @@ usage (int status) " -u, --usehulls Use the existing hull files\n" " -H, --hullnum [num]\n" " -s, --subdivide [size]\n" - " -w, --wadpath [path] semicolon sparated set of dirs to\n" + " -w, --wadpath [path] semicolon delimited set of dirs to\n" " search for texture wads\n" " -W, --watervis allow transparent liquid surfaces\n" );