From 80857fa146f1edcf45e6b1c487ab885c4dd6a76f Mon Sep 17 00:00:00 2001 From: hayao Date: Thu, 16 Jul 2020 21:11:50 +0900 Subject: [PATCH] [fix] : Fixed typo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e1a5aa1d..865353df 100755 --- a/build.sh +++ b/build.sh @@ -1540,7 +1540,7 @@ if [[ -n "${1}" ]]; then fi if [[ ! "$(cat "${script_path}/channels/${i}/alteriso" 2> /dev/null)" = "alteriso=3" ]]; then - _msg_error "This channel does not support Alter ISO3." 1 + _msg_error "This channel does not support AlterISO 3." 1 fi if [[ -d "${script_path}"/channels/${channel_name}.add ]]; then -- 2.11.0