aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2018-07-30 15:57:32 +0200
committerGitHub <[email protected]>2018-07-30 15:57:32 +0200
commit93a7cfeded88e89b4431b3d5609b1f22d7b63306 (patch)
tree40f853705b70c28142838f89dfc870d6991dff7b /system/doc
parentd9d694ca3ea8a168c51145fc485a3bcbc18f6188 (diff)
parent37c11cda19bd9067a4e094fbde53b276d6ab0d3d (diff)
downloadotp-93a7cfeded88e89b4431b3d5609b1f22d7b63306.tar.gz
otp-93a7cfeded88e89b4431b3d5609b1f22d7b63306.tar.bz2
otp-93a7cfeded88e89b4431b3d5609b1f22d7b63306.zip
Merge pull request #1891 from RaimoNiskanen/raimo/can_not-should-mostly-be-cannot
OTP-14282 'can not' should mostly be 'cannot'
Diffstat (limited to 'system/doc')
-rw-r--r--system/doc/design_principles/statem.xml2
-rw-r--r--system/doc/embedded/starting.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/design_principles/statem.xml b/system/doc/design_principles/statem.xml
index 16a901b3a5..98fd1fd69d 100644
--- a/system/doc/design_principles/statem.xml
+++ b/system/doc/design_principles/statem.xml
@@ -1410,7 +1410,7 @@ open(cast, {button,_}, Data) ->
<seealso marker="erts:erlang#start_timer/4"><c>erlang:start_timer/3,4</c></seealso>.
Most time-out tasks can be performed with the
time-out features in <c>gen_statem</c>,
- but an example of one that can not is if you should need
+ but an example of one that cannot is if you should need
the return value from
<seealso marker="erts:erlang#cancel_timer/2"><c>erlang:cancel_timer(Tref)</c></seealso>, that is; the remaining time of the timer.
</p>
diff --git a/system/doc/embedded/starting.xml b/system/doc/embedded/starting.xml
index 11bf9b412a..6888f9c959 100644
--- a/system/doc/embedded/starting.xml
+++ b/system/doc/embedded/starting.xml
@@ -231,7 +231,7 @@ exec $BINDIR/erlexec -boot $RELDIR/$VSN/start -config $RELDIR/$VSN/sys $* <
<p>If a diskless and/or read-only client node with the SASL
configuration parameter <c>static_emulator</c> set to <c>true</c>
is about to start the <c>-boot</c> and <c>-config</c> flags must be
- changed. As such a client can not read a new <c>start_erl.data</c>
+ changed. As such a client cannot read a new <c>start_erl.data</c>
file (the file is not possible to change dynamically) the boot and
config files is always fetched from the same place (but with a new
contents if a new release has been installed). The