diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2023-06-24 05:18:12 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2023-06-24 05:18:12 +0000 |
| commit | 941904360f7283d63fbd2e68d1ca76c660013a08 (patch) | |
| tree | 164d216d392c0c756b4fbca4618470b8aeaa6588 /usr.sbin/sysinst/util.c | |
| parent | 42921012d6a7c599b783b86a4b4b6de5181f056d (diff) | |
Fix typo in comment.
Diffstat (limited to 'usr.sbin/sysinst/util.c')
| -rw-r--r-- | usr.sbin/sysinst/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinst/util.c b/usr.sbin/sysinst/util.c index 68a4b293d16..9d0dbe6cff6 100644 --- a/usr.sbin/sysinst/util.c +++ b/usr.sbin/sysinst/util.c @@ -1,4 +1,4 @@ -/* $NetBSD: util.c,v 1.71 2022/12/15 20:34:46 martin Exp $ */ +/* $NetBSD: util.c,v 1.72 2023/06/24 05:25:04 msaitoh Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -2130,7 +2130,7 @@ set_menu_select(menudesc *m, void *arg) } /* - * check wether a binary is available somewhere in PATH, + * check whether a binary is available somewhere in PATH, * return 1 if found, 0 if not. */ static int |
