diff options
| author | martin <martin@NetBSD.org> | 2019-12-09 12:48:22 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2019-12-09 12:48:22 +0000 |
| commit | 2532e63cd2d9e86dea92875c20cd7cee66b7fd66 (patch) | |
| tree | f0af48c22eacce7eb5578ce647e635856bc8bacb /usr.bin | |
| parent | fb6b53aa6bf50ea3849fcecfcf64b49865d7fdbc (diff) | |
Pull up following revision(s) (requested by uwe in ticket #520):
usr.bin/menuc/testm/main.c: revision 1.8
usr.bin/menuc/testm/menus.mc: revision 1.13
Fix typo in ad clause. Ok perry@.
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/menuc/testm/main.c | 4 | ||||
| -rw-r--r-- | usr.bin/menuc/testm/menus.mc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/menuc/testm/main.c b/usr.bin/menuc/testm/main.c index add0aa0b22e..9bde5340154 100644 --- a/usr.bin/menuc/testm/main.c +++ b/usr.bin/menuc/testm/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.7 2018/01/23 22:12:52 sevan Exp $ */ +/* $NetBSD: main.c,v 1.7.6.1 2019/12/09 12:48:22 martin Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -16,7 +16,7 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This product includes software develooped for the NetBSD Project by + * This product includes software developed for the NetBSD Project by * Piermont Information Systems Inc. * 4. The name of Piermont Information Systems Inc. may not be used to endorse * or promote products derived from this software without specific prior diff --git a/usr.bin/menuc/testm/menus.mc b/usr.bin/menuc/testm/menus.mc index f3454ed6f42..5dd03acf5b2 100644 --- a/usr.bin/menuc/testm/menus.mc +++ b/usr.bin/menuc/testm/menus.mc @@ -1,4 +1,4 @@ -/* $NetBSD: menus.mc,v 1.12 2019/02/25 20:47:37 martin Exp $ */ +/* $NetBSD: menus.mc,v 1.12.2.1 2019/12/09 12:48:22 martin Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -16,7 +16,7 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This product includes software develooped for the NetBSD Project by + * This product includes software developed for the NetBSD Project by * Piermont Information Systems Inc. * 4. The name of Piermont Information Systems Inc. may not be used to endorse * or promote products derived from this software without specific prior |
