summaryrefslogtreecommitdiff
path: root/system/doc/tutorial
diff options
context:
space:
mode:
authorKian-Meng, Ang <kianmeng@cpan.org>2021-11-10 10:07:38 +0800
committerKian-Meng, Ang <kianmeng@cpan.org>2021-11-10 10:07:38 +0800
commitec8703545fc9b536e3a795afcc592ddb71f3c0cd (patch)
tree71eff5e8ca371533765f3b2ed0e9745e723c17dd /system/doc/tutorial
parent5c331cb128ffb0cd2c50b33ef298e5eb601b4e8e (diff)
downloaderlang-ec8703545fc9b536e3a795afcc592ddb71f3c0cd.tar.gz
Fix typos in system doc
Diffstat (limited to 'system/doc/tutorial')
-rw-r--r--system/doc/tutorial/nif.xmlsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/tutorial/nif.xmlsrc b/system/doc/tutorial/nif.xmlsrc
index 637b764c66..a7a6057826 100644
--- a/system/doc/tutorial/nif.xmlsrc
+++ b/system/doc/tutorial/nif.xmlsrc
@@ -62,7 +62,7 @@
</list>
<p>Normally these are minimal stub implementations that throw an
exception. But they can also be used as fallback implementations
- for functions that do not have native implemenations on some
+ for functions that do not have native implementations on some
architectures.</p>
<p>NIF libraries are loaded by calling <c>erlang:load_nif/2</c>,
with the name of the shared library as argument. The second