diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cli/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/install.sh b/src/cli/install.sh index 46b6652d4..778205500 100644 --- a/src/cli/install.sh +++ b/src/cli/install.sh @@ -103,7 +103,7 @@ exe_name=bun if [[ $# = 2 && $2 = debug-info ]]; then target=$target-profile exe_name=bun-profile - info "You requested a debug build of bun. More infomation will be shown if a crash occurs." + info "You requested a debug build of bun. More information will be shown if a crash occurs." fi if [[ $# = 0 ]]; then |