Skip to content

Commit

Permalink
Fixes typo in machine-lock error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
manadart committed Jun 16, 2021
1 parent bf308d1 commit 35015d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/machinelock/machinelock.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (s Spec) Validate() error {
}
}
if s.Worker == "" {
return errors.NotValidf("mssing Worker")
return errors.NotValidf("missing Worker")
}
return nil
}
Expand Down

0 comments on commit 35015d4

Please sign in to comment.