From: Arthur A. Gleckler Date: Wed, 20 Mar 2019 00:01:19 +0000 (-0700) Subject: Fix spelling error. X-Git-Tag: mit-scheme-pucked-10.1.11~6^2~31 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c2c7ad72520631dec523ce3a2092afcd4cabf264;p=mit-scheme.git Fix spelling error. This came from the text of SRFI 9, which I've also corrected. --- 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{}