Skip to content

Commit

Permalink
MCR-3302 fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
yagee-de committed Nov 19, 2024
1 parent 88040d6 commit 5f2df5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ private void setRootID(String rootID) {
}
if (rootID.length() > ROOT_ID_LENGTH) {
throw new MCRException(String.format(Locale.ENGLISH,
"classification ID ''%s'' is more than %d chracters long: %d", rootID, ROOT_ID_LENGTH,
"classification ID ''%s'' is more than %d characters long: %d", rootID, ROOT_ID_LENGTH,
rootID.length()));
}
this.rootID = rootID.intern();
Expand Down

0 comments on commit 5f2df5f

Please sign in to comment.