Fix a typo in NEWS.

* NEWS: Fix a typo.
This commit is contained in:
Timothy Sample 2019-06-03 21:56:52 -04:00
parent a84eb9eb02
commit 945c54f8b2
1 changed files with 1 additions and 1 deletions

2
NEWS
View File

@ -8,7 +8,7 @@ Features of the shell
- Sophisticated enough to be used to build Bash.
- Has a nice colorized prompt.
- Includes all of the POSIX-specified "special" built-ins expect for
- Includes all of the POSIX-specified "special" built-ins except for
'times'.
- Includes about half of the POSIX-specified "regular" built-ins
(see 'gash/built-ins.scm' for details).