Module Name: src
Committed By: msaitoh
Date: Wed Nov 10 16:42:47 UTC 2021
Modified Files:
src/usr.bin/mail: complete.c
Log Message:
s/struture/structure/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/mail/complete.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/mail/complete.c
diff -u src/usr.bin/mail/complete.c:1.23 src/usr.bin/mail/complete.c:1.24
--- src/usr.bin/mail/complete.c:1.23 Mon Dec 16 22:55:45 2019
+++ src/usr.bin/mail/complete.c Wed Nov 10 16:42:47 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: complete.c,v 1.23 2019/12/16 22:55:45 christos Exp $ */
+/* $NetBSD: complete.c,v 1.24 2021/11/10 16:42:47 msaitoh Exp $ */
/*-
* Copyright (c) 1997-2000,2005,2006 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: complete.c,v 1.23 2019/12/16 22:55:45 christos Exp $");
+__RCSID("$NetBSD: complete.c,v 1.24 2021/11/10 16:42:47 msaitoh Exp $");
#endif /* not lint */
/*
@@ -1078,7 +1078,7 @@ mime_enc_complete(EditLine *el, int ch)
* Our public interface to el_gets():
*
* init_editline()
- * Initializes of all editline and completion data strutures.
+ * Initializes of all editline and completion data structures.
*
* my_gets()
* Displays prompt, calls el_gets() and deals with history.