From 6f8269719ed08208ffa9fbc670bb69b2341fe91c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 9 Jul 2002 09:57:34 +0000 Subject: [PATCH] Fix typo. --- lisp/calc/calc-alg.el | 2 +- man/reftex.texi | 2 +- src/macfns.c | 2 +- src/msdos.c | 2 +- src/w32fns.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/calc/calc-alg.el b/lisp/calc/calc-alg.el index 790d665d7de..f1a08c7e235 100644 --- a/lisp/calc/calc-alg.el +++ b/lisp/calc/calc-alg.el @@ -1294,7 +1294,7 @@ ;;; 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) diff --git a/man/reftex.texi b/man/reftex.texi index c6048f43b54..88892ecdb53 100644 --- a/man/reftex.texi +++ b/man/reftex.texi @@ -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 diff --git a/src/macfns.c b/src/macfns.c index b51b46569f4..86ca78425fa 100644 --- a/src/macfns.c +++ b/src/macfns.c @@ -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) diff --git a/src/msdos.c b/src/msdos.c index df9f68468a6..5f261937008 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -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) diff --git a/src/w32fns.c b/src/w32fns.c index db99065747f..0b94cd26df7 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -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) -- 2.39.5