git: 5104dfbeff3e - main - bsdinstall: Fix typo (Instalation -> Installation).

Navdeep Parhar np at FreeBSD.org
Thu Jun 3 04:50:40 UTC 2021


The branch main has been updated by np:

URL: https://cgit.FreeBSD.org/src/commit/?id=5104dfbeff3e1489f1caee482c7ad1ff9be8e61d

commit 5104dfbeff3e1489f1caee482c7ad1ff9be8e61d
Author:     Navdeep Parhar <np at FreeBSD.org>
AuthorDate: 2021-06-03 04:43:14 +0000
Commit:     Navdeep Parhar <np at FreeBSD.org>
CommitDate: 2021-06-03 04:44:11 +0000

    bsdinstall: Fix typo (Instalation -> Installation).
---
 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 131ef008d35f..cb42aed7706a 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


More information about the dev-commits-src-all mailing list