aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/faq.hdr
diff options
context:
space:
mode:
authorGravatar nmeum <git-nmeum@8pit.net>2013-04-13 22:38:29 +0200
committerGravatar nmeum <git-nmeum@8pit.net>2013-04-13 22:38:29 +0200
commit7f6f0ca1036133b25a23f2f7330b26f2d7727272 (patch)
tree4f5d52fae4e2df82bdeabe08f00664e9f3f898bd /doc_src/faq.hdr
parentc89bc737406218a7169765d048c2aaa72a7e58e8 (diff)
Fixed a typo
It should be 'directory' not 'direcotry'
Diffstat (limited to 'doc_src/faq.hdr')
-rw-r--r--doc_src/faq.hdr4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/faq.hdr b/doc_src/faq.hdr
index 0fc74634..9184463c 100644
--- a/doc_src/faq.hdr
+++ b/doc_src/faq.hdr
@@ -26,7 +26,7 @@ handled, and are varitations of the following example:
Writing <code>cd images; ls ..</code> given the above directory
structure would list the contents of ~/Documents, not of ~, even
-though using <code>cd ..</code> changes the current direcotry to ~,
+though using <code>cd ..</code> changes the current directory to ~,
and the prompt, the pwd builtin and many other directory information
sources suggest that the the current directory is ~/images and it's
parent is ~. This issue is not possible to fix without either making
@@ -47,7 +47,7 @@ silently fails in shells that don't resolve symlinked paths.
Because they are completions. In fish, if you specify a relative
directory to the cd command, i.e. any path that does not start with
either './' or '/', the environment variable CDPATH will be examined, and any
-directories in this path is used as a base direcotry. To disable this
+directories in this path is used as a base directory. To disable this
feature, write <code>set CDPATH .</code> on the commandline.
<hr>