Skip to content

Commit

Permalink
[CLI] Fix typo in loader_lib.c (JuliaLang#40506)
Browse files Browse the repository at this point in the history
initalize -> initialize
  • Loading branch information
eltociear authored Apr 17, 2021
1 parent b6c6bc0 commit be3603e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/loader_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ JL_DLLEXPORT const char * jl_get_libdir()

void * libjulia_internal = NULL;
__attribute__((constructor)) void jl_load_libjulia_internal(void) {
// Only initalize this once
// Only initialize this once
if (libjulia_internal != NULL) {
return;
}
Expand Down

0 comments on commit be3603e

Please sign in to comment.