Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ftp s/bninary/binary/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/eedf31bf6f37
branches:  trunk
changeset: 373135:eedf31bf6f37
user:      andvar <andvar%NetBSD.org@localhost>
date:      Fri Jan 20 22:08:48 2023 +0000

description:
s/bninary/binary/ in comment.

diffstat:

 usr.bin/ftp/util.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2e16879797e8 -r eedf31bf6f37 usr.bin/ftp/util.c
--- a/usr.bin/ftp/util.c        Fri Jan 20 13:07:09 2023 +0000
+++ b/usr.bin/ftp/util.c        Fri Jan 20 22:08:48 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.164 2022/08/06 18:26:43 andvar Exp $        */
+/*     $NetBSD: util.c,v 1.165 2023/01/20 22:08:48 andvar Exp $        */
 
 /*-
  * Copyright (c) 1997-2020 The NetBSD Foundation, Inc.
@@ -64,7 +64,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: util.c,v 1.164 2022/08/06 18:26:43 andvar Exp $");
+__RCSID("$NetBSD: util.c,v 1.165 2023/01/20 22:08:48 andvar Exp $");
 #endif /* not lint */
 
 /*
@@ -209,7 +209,7 @@
                            os_len, reply_string + 4);
                }
                /*
-                * Decide whether we should default to bninary.
+                * Decide whether we should default to binary.
                 * Traditionally checked for "215 UNIX Type: L8", but
                 * some printers report "Linux" ! so be more forgiving.
                 * In reality we probably almost never want text any more.



Home | Main Index | Thread Index | Old Index