From: Karel Zak Date: Thu, 14 Dec 2017 14:52:57 +0000 (+0100) Subject: whereis: fix typo in debug message X-Git-Tag: v2.32-rc1~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7468a8d1060b2624c5d6077dc0dce3143a0586c0;p=thirdparty%2Futil-linux.git whereis: fix typo in debug message Reported-by: Matthew White Signed-off-by: Karel Zak --- diff --git a/misc-utils/whereis.c b/misc-utils/whereis.c index caa155ca34..0f583cc7a0 100644 --- a/misc-utils/whereis.c +++ b/misc-utils/whereis.c @@ -455,7 +455,7 @@ static void lookup(const char *pattern, struct wh_dirlist *ls, int want) DBG(SEARCH, ul_debug("lookup dirs for '%s' (%s), want: %s %s %s", patbuf, pattern, want & BIN_DIR ? "bin" : "", - want & MAN_DIR ? "min" : "", + want & MAN_DIR ? "man" : "", want & SRC_DIR ? "src" : "")); p = strrchr(patbuf, '.'); if (p)