Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Mon, 23 Aug 1999 04:47:16 +0000 (04:47 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 23 Aug 1999 04:47:16 +0000 (04:47 +0000)
v7/src/edwin/fileio.scm

index f7f5d1a14415c2480a54dfc7e4b7f8a4cac95c7d..ff5988280b4e5bb7cdc721b19fe93aaff465333f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: fileio.scm,v 1.146 1999/08/10 16:54:37 cph Exp $
+;;; $Id: fileio.scm,v 1.147 1999/08/23 04:47:16 cph Exp $
 ;;;
 ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology
 ;;;
@@ -52,7 +52,7 @@ filename suffix \".bf\"."
 (define (write-encrypted-file region pathname)
   (let ((m (string-append "Encrypting file " (->namestring pathname) "...")))
     (message m)
-    (%blowfish-decrypt-file pathname
+    (%blowfish-encrypt-file pathname
                            (make-buffer-input-port (region-start region)
                                                    (region-end region)))
     (message m "done")))