aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/design.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/design.hdr
parent3d7ff9f758247a5d27b2712aeb4ee19d723fa74f (diff)
Typos
Diffstat (limited to 'doc_src/design.hdr')
-rw-r--r--doc_src/design.hdr4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/design.hdr b/doc_src/design.hdr
index 2edfefd0..572a95d7 100644
--- a/doc_src/design.hdr
+++ b/doc_src/design.hdr
@@ -13,7 +13,7 @@ Most tradeoffs between power and ease of use can be avoided with careful design.
-# Whenever possible without breaking the above goals, fish should
follow the Posix syntax.
-To achive these high-level goals, the fish design relies on a number
+To achieve these high-level goals, the fish design relies on a number
of more specific design principles. These are presented below,
together with a rationale and a few examples for each.
@@ -33,7 +33,7 @@ program harder to maintain and update.
Examples:
- Here documents are too similar to using echo inside of a pipeline.
-- Subshells, command substitution and process substitution are strongly related. \c fish only supports command substitution, the others can be achived either using a block or the psub shellscript function.
+- Subshells, command substitution and process substitution are strongly related. \c fish only supports command substitution, the others can be achieved either using a block or the psub shellscript function.
- Having both aliases and functions is confusing, especially since both of them have limitations and problems. \c fish functions have none of the drawbacks of either syntax.
- The many Posix quoting styles are silly, especially \$''.