summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_dist_ctrl_input_handler_2_func.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_dist_ctrl_input_handler_2_func.txt')
-rw-r--r--lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_dist_ctrl_input_handler_2_func.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_dist_ctrl_input_handler_2_func.txt b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_dist_ctrl_input_handler_2_func.txt
index 05201a2dc0..0e8202aa10 100644
--- a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_dist_ctrl_input_handler_2_func.txt
+++ b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_dist_ctrl_input_handler_2_func.txt
@@ -11,7 +11,7 @@
channel identified by DHandle. Once this function has been
called, InputHandler is the only process allowed to call 
erlang:dist_ctrl_put_data(DHandle, Data) with the DHandle
- identifing this distribution channel.
+ identifying this distribution channel.
Note:
Only the process registered as distribution controller for the
@@ -20,7 +20,7 @@
This function is used when implementing an alternative
distribution carrier using processes as distribution controllers. 
- DHandle is retrived via the callback f_handshake_complete. More
- information can be found in the documentation of ERTS User's
+ DHandle is retrieved via the callback f_handshake_complete.
+ More information can be found in the documentation of ERTS User's
Guide ➜ How to implement an Alternative Carrier for the Erlang
Distribution ➜ Distribution Module.