summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2009-01-10 21:08:39 +0200
committerVille Skyttä <ville.skytta@iki.fi>2009-01-10 21:08:39 +0200
commit1445d43b49c2dc2b5016b28f0966ede3d7acf312 (patch)
tree5aac311dcd90bfecdfd3092217442d209e331754 /README
parente783e088a1f85292e54206a32f8fa321731f12fe (diff)
downloadbash-completion-1445d43b49c2dc2b5016b28f0966ede3d7acf312.tar.gz
Spelling fixes.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files 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