From 7b9ba44b6bfb1f06af46255caae8a9ae46547d35 Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 1 Sep 2005 18:09:26 +0000 Subject: fix typo in comment, reported by Leonard Schmidt on tech-pkg@ --- pkgtools/pkgfind/files/pkgfind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgtools') diff --git a/pkgtools/pkgfind/files/pkgfind.c b/pkgtools/pkgfind/files/pkgfind.c index 90ac2349105..0704594f39c 100644 --- a/pkgtools/pkgfind/files/pkgfind.c +++ b/pkgtools/pkgfind/files/pkgfind.c @@ -100,7 +100,7 @@ main(int argc, char *argv[]) case 'M': /* search for maintainer */ search = "MAINTAINER"; break; - case 'q': /* quite, don't output comment */ + case 'q': /* quiet, don't output comment */ qflag = 1; break; case 'x': /* exact matches */ -- cgit v1.2.3