diff etc/NEWS @ 45901:1b38863a543b

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 18 Jun 2002 14:37:33 +0000
parents e945d29fa2b5
children 82005f29044d
line wrap: on
line diff
--- a/etc/NEWS	Tue Jun 18 14:37:12 2002 +0000
+++ b/etc/NEWS	Tue Jun 18 14:37:33 2002 +0000
@@ -4102,7 +4102,7 @@
 
 `(minimal-match SEXP)'
      produce a non-greedy regexp for SEXP.  Normally, regexps matching
-     zero or more occurrances of something are \"greedy\" in that they
+     zero or more occurrences of something are \"greedy\" in that they
      match as much as they can, as long as the overall regexp can
      still match.  A non-greedy regexp matches as little as possible.