From 70fca7f7990743e119d9bed2aed436b39cba7b30 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Mon, 8 May 2017 08:44:52 -0700 Subject: [PATCH] Fix spelling in help message "seach" becomes "search" in help2 when not TCC_TARGET_PE --- tcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcc.c b/tcc.c index 49e4ad6..95a9018 100644 --- a/tcc.c +++ b/tcc.c @@ -129,7 +129,7 @@ static const char help2[] = "Predefined macros:\n" " tcc -E -dM - < nul\n" #else - " -rpath= set dynamic library seach path\n" + " -rpath= set dynamic library search path\n" " -enable-new-dtags set DT_RUNPATH instead of DT_RPATH\n" " -soname= set DT_SONAME elf tag\n" " -Bsymbolic set DT_SYMBOLIC elf tag\n"