From 7acb66f96dba4e4165124156de6f3cc26d8e0f99 Mon Sep 17 00:00:00 2001 From: Zlika Date: Tue, 21 Dec 2021 09:17:18 +0100 Subject: [PATCH] Fix typo in S31emulationstation --- board/recalbox/fsoverlay/etc/init.d/S31emulationstation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/recalbox/fsoverlay/etc/init.d/S31emulationstation b/board/recalbox/fsoverlay/etc/init.d/S31emulationstation index d459943a85..9ce73e3031 100755 --- a/board/recalbox/fsoverlay/etc/init.d/S31emulationstation +++ b/board/recalbox/fsoverlay/etc/init.d/S31emulationstation @@ -16,7 +16,7 @@ scr_msg() { echo "██║ ██║██████╗╚█████╗██║ ██║█████╗██████╔╝╚█████╔╝██╔╝ ██╗" > /dev/tty0; echo "╚═╝ ╚═╝╚═════╝ ╚════╝╚═╝ ╚═╝╚════╝╚═════╝ ╚════╝ ╚═╝ ╚═╝" > /dev/tty0; echo " " > /dev/tty0; - echo " Plase wait! DO NOT power off until the system is completely" > /dev/tty0; + echo " Please wait! DO NOT power off until the system is completely" > /dev/tty0; echo " shut-down or you may damage your Recalbox." > /dev/tty0; } -- GitLab