Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryShea committed Dec 21, 2022
1 parent 711cd19 commit c3a83b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void setAffinity(final BitSet affinity) {
}
BitSet affinity2 = getAffinity0();
if (!affinity2.equals(affinity)) {
LoggerFactory.getLogger(WindowsJNAAffinity.class).warn("Tried to set affinity to " + affinity + " but was " + affinity2 + " you may have in sufficient access rights");
LoggerFactory.getLogger(WindowsJNAAffinity.class).warn("Tried to set affinity to " + affinity + " but was " + affinity2 + " you may have insufficient access rights");
}
currentAffinity.set((BitSet) affinity.clone());
}
Expand Down

0 comments on commit c3a83b3

Please sign in to comment.