Skip to content

Commit

Permalink
small typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
shribe committed Jun 11, 2024
1 parent 3f30aa9 commit ee1ec39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/api_tweaks/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lazy_static! {
static ref JVM_LIB: libloading::Library = {
let full_path = format!(
"{}{}{}",
locate_jvm_dyn_library().expect("Could find the jvm dynamic library"),
locate_jvm_dyn_library().expect("Could not find the jvm dynamic library"),
MAIN_SEPARATOR,
get_jvm_dyn_lib_file_name()
);
Expand Down

0 comments on commit ee1ec39

Please sign in to comment.