From c2c7ad72520631dec523ce3a2092afcd4cabf264 Mon Sep 17 00:00:00 2001 From: "Arthur A. Gleckler" Date: Tue, 19 Mar 2019 17:01:19 -0700 Subject: [PATCH] Fix spelling error. This came from the text of SRFI 9, which I've also corrected. --- doc/ref-manual/special-forms.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref-manual/special-forms.texi b/doc/ref-manual/special-forms.texi index b381df154..e9b8c0668 100644 --- a/doc/ref-manual/special-forms.texi +++ b/doc/ref-manual/special-forms.texi @@ -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{} -- 2.25.1