Fix spelling error.
authorArthur A. Gleckler <gnu@speechcode.com>
Wed, 20 Mar 2019 00:01:19 +0000 (17:01 -0700)
committerArthur A. Gleckler <gnu@speechcode.com>
Wed, 20 Mar 2019 00:01:19 +0000 (17:01 -0700)
This came from the text of SRFI 9, which I've also corrected.

doc/ref-manual/special-forms.texi

index b381df1545416972bc55ea29f8ae74c28fd886c1..e9b8c0668886baa9adeec4288e963a506d14069b 100644 (file)
@@ -3035,7 +3035,7 @@ It does not restrict users to a particular naming convention.
 
 @item
 Tools like @command{grep} and the GNU Emacs tag facility will see the
-defining occurance of each identifier.
+defining occurrence of each identifier.
 @end itemize
 
 @deffn {special form} define-record-type type-name (constructor-name field-tag @dots{}) predicate-name field-spec @dots{}