From 945c54f8b20a41942e6609740001852b97fe5a51 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Mon, 3 Jun 2019 21:56:52 -0400 Subject: [PATCH] Fix a typo in NEWS. * NEWS: Fix a typo. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 09940fe..31ae609 100644 --- a/NEWS +++ b/NEWS @@ -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).