From: Arthur Gleckler Date: Thu, 10 Aug 2006 05:28:05 +0000 (+0000) Subject: Fixed spelling errors. X-Git-Tag: 20090517-FFI~958 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=36829efef8f209349b69db21bcdec00f1d4b1c6a;p=mit-scheme.git Fixed spelling errors. --- diff --git a/v7/doc/ref-manual/io.texi b/v7/doc/ref-manual/io.texi index aef402998..df9f1f5c5 100644 --- a/v7/doc/ref-manual/io.texi +++ b/v7/doc/ref-manual/io.texi @@ -1,5 +1,5 @@ @c This file is part of the MIT/GNU Scheme Reference Manual. -@c $Id: io.texi,v 1.15 2006/01/31 06:30:48 cph Exp $ +@c $Id: io.texi,v 1.16 2006/08/10 05:28:05 savannah-arthur Exp $ @c Copyright 1991,1992,1993,1994,1995 Massachusetts Institute of Technology @c Copyright 1996,1997,1999,2000,2001 Massachusetts Institute of Technology @@ -2733,7 +2733,7 @@ language. The parser and matcher languages provide a macro facility so that common patterns can be abstracted. The macro facility allows new expression types to be independently defined in the two languages. -The macros are defined in heirarchically organized tables, so that +The macros are defined in hierarchically organized tables, so that different applications can have private macro bindings. @deffn {special form} define-*matcher-macro formals expression @@ -3212,7 +3212,7 @@ with the @samp{xmlns} prefix. The output from the @acronym{XML} parser and the input to the @acronym{XML} output procedure is a complex data structure composed of -a heirarchy of typed components. Each component is a record whose +a hierarchy of typed components. Each component is a record whose fields correspond to parts of the @acronym{XML} structure that the record represents. There are no special operations on these records; each is a tuple with named subparts. The root record type is