Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
savageautomate committed May 5, 2022
1 parent a928ddc commit 76c6147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public RaspberryPiPlatform(){
/** {@inheritDoc} */
@Override
public int priority() {
// this platform has a priority of 5 to indicate that it is lickely to be used
// this platform has a priority of 5 to indicate that it is likely to be used
// in the case where other platforms are not found in the classpath
return 5;
}
Expand Down

0 comments on commit 76c6147

Please sign in to comment.