Skip to content

Commit

Permalink
restore: fix typo in message
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Jul 22, 2024
1 parent 418f286 commit bfd0981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macports1.0/restore.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ namespace eval restore {
lassign [dict get $failed $name] type reason
switch $type {
skipped {
append note " Skipped becuase its $reason\n"
append note " Skipped because its $reason\n"
}
failed {
append note " Failed to build: $reason\n"
Expand Down

0 comments on commit bfd0981

Please sign in to comment.