fix: Use US spelling 'Canceled' instead of 'Cancelled'

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Michel Abboud 2026-01-29 13:43:21 +00:00
parent ba6c915ea4
commit a51651e34a

View File

@ -838,7 +838,7 @@ cmd_stop() {
local confirm
read -r confirm
if [[ ! "$confirm" =~ ^[Yy]$ ]]; then
info "Cancelled"
info "Canceled"
return 0
fi
@ -1035,7 +1035,7 @@ cmd_rebuild() {
local confirm
read -r confirm
if [[ "$confirm" != "yes" ]]; then
info "Cancelled"
info "Canceled"
return 0
fi