summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDmitry <nscyclone@users.noreply.github.com>2016-05-20 19:57:47 +0400
committerJosé Valim <jose.valim@gmail.com>2016-05-20 17:57:47 +0200
commitb9076dad6846e34ea2af8ecfb9a7e734afd111d1 (patch)
tree969e940d20da1364a210bd17019dcc3fd049c428 /man
parentecf419e19b4426d0e938d90241504061b5416871 (diff)
downloadelixir-b9076dad6846e34ea2af8ecfb9a7e734afd111d1.tar.gz
Fix a typo in the iex man page (#4655)
Diffstat (limited to 'man')
-rw-r--r--man/iex.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/iex.1.in b/man/iex.1.in
index a166fa88d..90a0e3c1f 100644
--- a/man/iex.1.in
+++ b/man/iex.1.in
@@ -46,7 +46,7 @@ After
.Nm
starts, it seeks the file
.Pa .iex.exs
-and, in a case of success, executes the code from the file in the context of the shell. At first the search starts in the current working directory, then, if necessary, it continues in the home direcory.
+and, in a case of success, executes the code from the file in the context of the shell. At first the search starts in the current working directory, then, if necessary, it continues in the home directory.
.El
.Sh SEE ALSO
.Xr elixir 1 ,