Date: Fri, 4 Mar 2022 21:11:07 GMT From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 73936ae305d5 - stable/13 - bsdinstall: Fix typo (Instalation -> Installation). Message-ID: <202203042111.224LB7pv090768@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by np: URL: https://cgit.FreeBSD.org/src/commit/?id=73936ae305d5b383a5199bac9586df1f55e3bdb4 commit 73936ae305d5b383a5199bac9586df1f55e3bdb4 Author: Navdeep Parhar <np@FreeBSD.org> AuthorDate: 2021-06-03 04:43:14 +0000 Commit: Navdeep Parhar <np@FreeBSD.org> CommitDate: 2022-03-04 21:10:59 +0000 bsdinstall: Fix typo (Instalation -> Installation). (cherry picked from commit 5104dfbeff3e1489f1caee482c7ad1ff9be8e61d) --- usr.sbin/bsdinstall/scripts/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsdinstall/scripts/script b/usr.sbin/bsdinstall/scripts/script index 9ed06c1bd36b..8d9dd5205132 100755 --- a/usr.sbin/bsdinstall/scripts/script +++ b/usr.sbin/bsdinstall/scripts/script @@ -101,7 +101,7 @@ if [ "$BSDINSTALL_LOG" != "${debugFile#+}" ]; then export debugFile="$BSDINSTALL_LOG" f_quietly f_debug_init # NB: Being scripted, let debug go to terminal for invalid debugFile - f_dprintf "Began Instalation at %s" "$( date )" + f_dprintf "Began Installation at %s" "$( date )" fi # Make partitions
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203042111.224LB7pv090768>