summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Tapia Rico <fertapric@gmail.com>2019-06-28 11:30:52 +0200
committerGitHub <noreply@github.com>2019-06-28 11:30:52 +0200
commitfa7f2e218d8c2ab5ddd92b42c1a3b98d24db8681 (patch)
tree65adec6c76d84496e5bd7a7d4e90d30058d4cdee
parent9b6ec7bae79ececfb9ed481c780febb6a5b293e8 (diff)
downloadelixir-fa7f2e218d8c2ab5ddd92b42c1a3b98d24db8681.tar.gz
Fix typo in Port docs (#9174)
-rw-r--r--lib/elixir/lib/port.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elixir/lib/port.ex b/lib/elixir/lib/port.ex
index 87ea235e9..fecdf6f81 100644
--- a/lib/elixir/lib/port.ex
+++ b/lib/elixir/lib/port.ex
@@ -156,7 +156,7 @@ defmodule Port do
kill -KILL $pid1
kill -KILL $pid2
- Note the program above hijacks stdin, so you won't be able to commmunicate
+ Note the program above hijacks stdin, so you won't be able to communicate
with the underlying software via stdin (on the positive side, software that
reads from stdin typically terminates when stdin closes).