Fix typo.

from alf schlichting
This commit is contained in:
bluhm 2021-07-26 20:38:18 +00:00
parent e59a47be8d
commit be25a06fbc
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/ksh
# $OpenBSD: checknewfs,v 1.8 2020/05/18 06:20:44 otto Exp $
# $OpenBSD: checknewfs,v 1.9 2021/07/26 20:38:18 bluhm Exp $
# Written by Otto Moerbeek, 2007, Public domain
@ -12,7 +12,7 @@ trap 'cleanup' INT
dotest() {
if ! grep -q "$2|" /etc/disktab; then
echo disk type $2 does not exists in /etc/disktab
echo disk type $2 does not exist in /etc/disktab
echo SKIPPED
return
fi