From 7f1ee02b73bfecc3c4c9bda3a76dc1a053121e69 Mon Sep 17 00:00:00 2001
From: pw <pw>
Date: Tue, 2 Jan 2001 13:01:17 +0000
Subject: [PATCH] Minor spelling correction in comment.

---
 code/wire.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/wire.lisp b/code/wire.lisp
index 1d6d09f9f..aa7b503af 100644
--- a/code/wire.lisp
+++ b/code/wire.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/wire.lisp,v 1.11 1994/10/31 04:11:27 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/wire.lisp,v 1.12 2001/01/02 13:01:17 pw Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -471,7 +471,7 @@ signed (defaults to T)."
 
 ;;; WRITE-STUFF -- internal
 ;;;
-;;;   Slightly better interface to unix:unix-write. Choaks on errors.
+;;;   Slightly better interface to unix:unix-write. Chokes on errors.
 
 (defmacro write-stuff (fd string-form &optional end)
   (let ((string (gensym))
-- 
GitLab