aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-10-01 15:34:16 +0200
committerLukas Larsson <[email protected]>2018-10-01 15:34:16 +0200
commit0edd7ee4d575656f6da6558e40d6993f41a4be38 (patch)
treec4b1f55f403b0fd33d76e95a6b3050cd7e3819f8
parentf35dbcaeeec6ce828a9d770bfb90aaecd1c56864 (diff)
downloadotp-0edd7ee4d575656f6da6558e40d6993f41a4be38.tar.gz
otp-0edd7ee4d575656f6da6558e40d6993f41a4be38.tar.bz2
otp-0edd7ee4d575656f6da6558e40d6993f41a4be38.zip
Fix spelling of intended in erl_nif docs
-rw-r--r--erts/doc/src/erl_nif.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erl_nif.xml b/erts/doc/src/erl_nif.xml
index a20b8ee884..190ec12d0e 100644
--- a/erts/doc/src/erl_nif.xml
+++ b/erts/doc/src/erl_nif.xml
@@ -1252,7 +1252,7 @@ typedef struct {
<p>Similar to <c>fprintf</c> but this format string also accepts
<c>"%T"</c>, which formats Erlang terms of type
<seealso marker="#ERL_NIF_TERM"><c>ERL_NIF_TERM</c></seealso>.</p>
- <p>This function is primarily intenden for debugging purpose. It is not
+ <p>This function is primarily intended for debugging purpose. It is not
recommended to print very large terms with <c>%T</c>. The function may
change <c>errno</c>, even if successful.</p>
</desc>
@@ -3194,7 +3194,7 @@ if (retval &amp; ERL_NIF_SELECT_STOP_CALLED) {
<p>Similar to <c>snprintf</c> but this format string also accepts
<c>"%T"</c>, which formats Erlang terms of type
<seealso marker="#ERL_NIF_TERM"><c>ERL_NIF_TERM</c></seealso>.</p>
- <p>This function is primarily intenden for debugging purpose. It is not
+ <p>This function is primarily intended for debugging purpose. It is not
recommended to print very large terms with <c>%T</c>. The function may
change <c>errno</c>, even if successful.</p>
</desc>