From 72b7e64ad85e6f9b68dacb797a2a8534e0760b71 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Wed, 1 May 2013 12:27:55 +0200 Subject: [PATCH] Tiny typo. --- doc_src/index.hdr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 9983045d3..41b21da51 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -979,7 +979,7 @@ values of most of these variables. - \c _, which is the name of the currently running command. - \c argv, which is an array of arguments to the shell or function. \c argv is only defined when inside a function call, or if fish was invoked with a list of arguments, like 'fish myscript.fish foo bar'. This variable can be changed by the user. -- \c history, which is an array containing the last commands that where entered. +- \c history, which is an array containing the last commands that were entered. - \c HOME, which is the users home directory. This variable can only be changed by the root user. - \c PWD, which is the current working directory. - \c status, which is the exit status of the last foreground job to exit. If the job was terminated through a signal, the exit status will be 128 plus the signal number.