diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2023-05-20 20:00:29 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2023-05-20 20:00:29 +0000 |
commit | 2a9b6d445c6897c5ac8bfbde921e3d297b1101bb (patch) | |
tree | e9579ade824b8c9e19f186324d4c50cc09be45ce /distrib | |
parent | 11126de3d5146a065c3d3e10cb644ee421e4a664 (diff) |
typofix message in previous
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index e66d27f8705..a90f0955c2f 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1245 2023/05/20 19:10:25 kn Exp $ +# $OpenBSD: install.sub,v 1.1246 2023/05/20 20:00:28 kn Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org> @@ -3102,7 +3102,7 @@ __EOT done log_answers "$_q" "$resp" _chunk=$ROOTDISK - echo "\nCconfiguring the crypto chunk $_chunk...\n" + echo "\nConfiguring the crypto chunk $_chunk...\n" make_dev $_chunk md_prep_fdisk $_chunk softraid |