From 1445d43b49c2dc2b5016b28f0966ede3d7acf312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 10 Jan 2009 21:08:39 +0200 Subject: [PATCH] Spelling fixes. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 8b2e5df7..c403179a 100644 --- a/README +++ b/README @@ -415,9 +415,9 @@ guidelines in mind: enable you to avoid the use of external programs, which are expensive to fork and execute, so do make full use of those: - ?(pattern-list) - match zero or one occurences of patterns - *(pattern-list) - match zero or more occurences of patterns - +(pattern-list) - match one or more occurences of patterns + ?(pattern-list) - match zero or one occurrences of patterns + *(pattern-list) - match zero or more occurrences of patterns + +(pattern-list) - match one or more occurrences of patterns @(pattern-list) - match exactly one of the given patterns !(pattern-list) - match anything except one of the given patterns