From 2851172981bdb6bdb97675bca2d18b77051786d7 Mon Sep 17 00:00:00 2001 From: shivers Date: Mon, 4 Oct 1999 18:10:52 +0000 Subject: [PATCH] Trivial typo in release notes. --- RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index 4daca6a..e243b5f 100644 --- a/RELEASE +++ b/RELEASE @@ -192,7 +192,7 @@ We even have one of those URL things: which are also useful for general string processing. ** New regular expression system - There's a whole, new regexp package in scsh. There's a new, + There's a whole new regexp package in scsh. There's a new, s-expression-based notation for regexps, called SRE's. The new notation has been integrated into the AWK macro and field-parser functions. The older Posix notation is still supported for backwards compatibility.