Fix typo in previous change.
authorChris Hanson <org/chris-hanson/cph>
Wed, 29 Nov 2000 05:51:17 +0000 (05:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 29 Nov 2000 05:51:17 +0000 (05:51 +0000)
v7/src/edwin/sendmail.scm

index c47e14caf1694deaeaf93601b13316d0a6dc0f3f..8b8e5b54cbe4bf7ebf89547e43cdfa3ec5ff6752 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: sendmail.scm,v 1.69 2000/11/26 04:28:32 cph Exp $
+;;; $Id: sendmail.scm,v 1.70 2000/11/29 05:51:17 cph Exp $
 ;;;
 ;;; Copyright (c) 1991-2000 Massachusetts Institute of Technology
 ;;;
@@ -642,7 +642,7 @@ the user from the mailer."
       (if (if (buffer-pathname buffer)
              (prompt-for-confirmation? "Send buffer contents as mail message")
              (or (buffer-modified? buffer)
-                 (prompt-for-confirmation? "Message already send; resend")))
+                 (prompt-for-confirmation? "Message already sent; resend")))
          (begin
            ((ref-variable send-mail-procedure))
            (buffer-not-modified! buffer)