aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/faq.hdr
diff options
context:
space:
mode:
authorGravatar nmeum <git-nmeum@8pit.net>2013-04-13 23:17:19 +0200
committerGravatar Siteshwar Vashisht <siteshwar@gmail.com>2013-04-14 12:19:56 +0530
commit24afe544a3410b83ca5139bbbe5229fd390ffd29 (patch)
tree5828e91245cb25244dc4133dfa100838cb3fb0a3 /doc_src/faq.hdr
parent3d7ff9f758247a5d27b2712aeb4ee19d723fa74f (diff)
Typos
Diffstat (limited to 'doc_src/faq.hdr')
-rw-r--r--doc_src/faq.hdr6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc_src/faq.hdr b/doc_src/faq.hdr
index 9184463c..23bfa00d 100644
--- a/doc_src/faq.hdr
+++ b/doc_src/faq.hdr
@@ -28,7 +28,7 @@ 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 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
+sources suggest that the current directory is ~/images and it's
parent is ~. This issue is not possible to fix without either making
every single command into a builtin, breaking Unix semantics or
implementing kludges in every single command.
@@ -93,7 +93,7 @@ In order to change your default shell, type:
You may need to adjust the above path to e.g. /usr/bin/fish. Use the command <code>which fish</code> if you are unsure of where fish is installed.
-Unfortunatly, there is no way to make the changes take effect at once,
+Unfortunately, there is no way to make the changes take effect at once,
you will need to log out and back in again.
<hr>
@@ -114,7 +114,7 @@ The long answer:
Fish is trying to set the titlebar message of your terminal. While
screen itself supports this feature, your terminal does
-not. Unfortuntaly, when the underlying terminal doesn't support
+not. Unfortunately, when the underlying terminal doesn't support
setting the titlebar, screen simply passes through the escape codes
and text to the underlying terminal instead of ignoring them. It is
impossible detect and resolve this problem from inside fish since fish