From e1f988b987e56bf259ff5f5e3c0202fe3fbb7e33 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 10 Jan 2016 15:24:30 +0100 Subject: Fix typos in index Fixes fish-site#30. --- doc_src/index.hdr.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc_src') diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index e20c8cf0..960ef698 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -273,13 +273,13 @@ This is a short explanation of some of the commonly used words in fish. - command a program that the shell can run. -- function a block of commands that can be called as if they where a single command. By using functions, it is possible to string together multiple smaller commands into one more advanced command. +- function a block of commands that can be called as if they were a single command. By using functions, it is possible to string together multiple smaller commands into one more advanced command. - job a running pipeline or command - pipeline a set of commands stringed together so that the output of one command is the input of the next command -- redirection a operation that changes one of the input/output streams associated with a job +- redirection an operation that changes one of the input/output streams associated with a job - switch a special flag sent as an argument to a command that will alter the behavior of the command. A switch almost always begins with one or two hyphens. -- cgit v1.2.3