Skip to content

Commit

Permalink
fix typo (#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwetzell authored Jan 9, 2025
1 parent afc8d7c commit e124f41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private String findUserNameFromDN(@NotNull String fullUserDN, @NotNull LdapSetti
}
}
if (userId == null) {
throw new DBException("Failed to determinate userId from user DN: " + fullUserDN);
throw new DBException("Failed to determine userId from user DN: " + fullUserDN);
}
return userId;
}
Expand Down

0 comments on commit e124f41

Please sign in to comment.