diff man/lispref/strings.texi @ 5384:3889ef128488

Fix misspelled words, and some grammar, across the entire source tree. See xemacs-patches message with ID <AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 24 Mar 2011 11:00:11 -0600
parents 99f8ebc082d9
children 9fae6227ede5
line wrap: on
line diff
--- a/man/lispref/strings.texi	Thu Mar 24 06:22:25 2011 +0000
+++ b/man/lispref/strings.texi	Thu Mar 24 11:00:11 2011 -0600
@@ -272,7 +272,7 @@
 @end defun
 
 The function @code{split-string}, in @ref{Regexp Search}, generates a
-list of strings by splitting a string on occurances of a regular
+list of strings by splitting a string on occurrences of a regular
 expression.
 
 @node Predicates for Characters