Module Name:    src
Committed By:   andvar
Date:           Fri Jan 20 22:08:49 UTC 2023

Modified Files:
        src/usr.bin/ftp: util.c

Log Message:
s/bninary/binary/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 src/usr.bin/ftp/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/ftp/util.c
diff -u src/usr.bin/ftp/util.c:1.164 src/usr.bin/ftp/util.c:1.165
--- src/usr.bin/ftp/util.c:1.164	Sat Aug  6 18:26:43 2022
+++ src/usr.bin/ftp/util.c	Fri Jan 20 22:08:48 2023
@@ -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 @@ getremoteinfo(void)
 			    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.

Reply via email to