summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsystem/syslinux/update-extlinux2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/syslinux/update-extlinux b/system/syslinux/update-extlinux
index b0d8d97f7..5e1183ba9 100755
--- a/system/syslinux/update-extlinux
+++ b/system/syslinux/update-extlinux
@@ -107,7 +107,7 @@ if [ -n "$serial_port" ]; then
fi
echo "DEFAULT $syslinux_menu" >> $conf.new
echo "PROMPT 0" >> $conf.new
-echo "MENU TITLE Addelie $(uname -s) Boot Menu" >> $conf.new
+echo "MENU TITLE Adelie $(uname -s) Boot Menu" >> $conf.new
if [ "$hidden" = "1" ]; then
echo "MENU HIDDEN" >> $conf.new
fi