Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2021 04:50:40 GMT
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5104dfbeff3e - main - bsdinstall: Fix typo (Instalation -> Installation).
Message-ID:  <202106030450.1534oec1034000@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by np:

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

commit 5104dfbeff3e1489f1caee482c7ad1ff9be8e61d
Author:     Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2021-06-03 04:43:14 +0000
Commit:     Navdeep Parhar <np@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106030450.1534oec1034000>