summaryrefslogtreecommitdiff
path: root/erts/emulator/internal_doc/CodeLoading.md
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/internal_doc/CodeLoading.md')
-rw-r--r--erts/emulator/internal_doc/CodeLoading.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/internal_doc/CodeLoading.md b/erts/emulator/internal_doc/CodeLoading.md
index cfdc1bf30a..fa5bba0643 100644
--- a/erts/emulator/internal_doc/CodeLoading.md
+++ b/erts/emulator/internal_doc/CodeLoading.md
@@ -56,7 +56,7 @@ different modules and returns a "magic binary" containing the internal
state of each prepared module. Function `finish_loading` could take a
list of such states and do the finishing of all of them in one go.
-Currenlty we use the legacy BIF `erlang:load_module` which is now
+Currently we use the legacy BIF `erlang:load_module` which is now
implemented in Erlang by calling the above two functions in
sequence. Function `finish_loading` is limited to only accepts a list
with one module state as we do not yet use the multi module loading