pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgfind/files fix typo in comment, reported b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0849bfaef287
branches:  trunk
changeset: 498731:0849bfaef287
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Thu Sep 01 18:09:26 2005 +0000

description:
fix typo in comment, reported by Leonard Schmidt on tech-pkg@

diffstat:

 pkgtools/pkgfind/files/pkgfind.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1cba55c5f349 -r 0849bfaef287 pkgtools/pkgfind/files/pkgfind.c
--- a/pkgtools/pkgfind/files/pkgfind.c  Thu Sep 01 13:14:35 2005 +0000
+++ b/pkgtools/pkgfind/files/pkgfind.c  Thu Sep 01 18:09:26 2005 +0000
@@ -100,7 +100,7 @@
                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 */



Home | Main Index | Thread Index | Old Index