Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 9 Jul 2002 09:57:34 +0000 (09:57 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 9 Jul 2002 09:57:34 +0000 (09:57 +0000)
lisp/calc/calc-alg.el
man/reftex.texi
src/macfns.c
src/msdos.c
src/w32fns.c

index 790d665..f1a08c7 100644 (file)
 
 ;;; Simple operations on expressions.
 
-;;; Return number of ocurrences of thing in expr, or nil if none.
+;;; Return number of occurrences of thing in expr, or nil if none.
 (defun math-expr-contains-count (expr thing)
   (cond ((equal expr thing) 1)
        ((Math-primp expr) nil)
index c6048f4..88892ec 100644 (file)
@@ -1399,7 +1399,7 @@ to search backward for these macros.  When the first match is
 @code{\ee}, point is not in this environment.  When the first match is
 @code{\be}, point is in this environment and the function must return
 the beginning of the match.  To avoid scanning too far, we can also look
-for empty lines which cannot occure inside an equation environment.
+for empty lines which cannot occur inside an equation environment.
 Here is the setup:@refill
 
 @lisp
index b51b465..86ca784 100644 (file)
@@ -6987,7 +6987,7 @@ pbm_scan_number (s, end)
 
 /* Read FILE into memory.  Value is a pointer to a buffer allocated
    with xmalloc holding FILE's contents.  Value is null if an error
-   occured.  *SIZE is set to the size of the file.  */
+   occurred.  *SIZE is set to the size of the file.  */
 
 static char *
 pbm_read_file (file, size)
index df9f684..5f26193 100644 (file)
@@ -5007,7 +5007,7 @@ static sigset_t pending_signals;
 typedef void (*sighandler_t)(int);
 static sighandler_t prev_handlers[320];
 
-/* A signal handler which just records that a signal occured
+/* A signal handler which just records that a signal occurred
    (it will be raised later, if and when the signal is unblocked).  */
 static void
 sig_suspender (signo)
index db99065..0b94cd2 100644 (file)
@@ -11207,7 +11207,7 @@ pbm_scan_number (s, end)
 
 /* Read FILE into memory.  Value is a pointer to a buffer allocated
    with xmalloc holding FILE's contents.  Value is null if an error
-   occured.  *SIZE is set to the size of the file.  */
+   occurred.  *SIZE is set to the size of the file.  */
 
 static char *
 pbm_read_file (file, size)