Tiny typo.

This commit is contained in:
Eivind Uggedal 2013-05-01 12:27:55 +02:00
parent 6496adf101
commit 72b7e64ad8

View File

@ -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.