[Bash-completion-commits] ./current r1225: Spelling fixes.

Ville Skyttä ville.skytta at iki.fi
Sat Jan 10 19:08:39 UTC 2009


------------------------------------------------------------
revno: 1225
committer: Ville Skyttä <ville.skytta at iki.fi>
branch nick: current
timestamp: Sat 2009-01-10 21:08:39 +0200
message:
  Spelling fixes.
modified:
  README
-------------- next part --------------
=== modified file 'README'
--- a/README	2008-11-22 17:14:40 +0000
+++ b/README	2009-01-10 19:08:39 +0000
@@ -415,9 +415,9 @@
   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
 



More information about the Bash-completion-commits mailing list