From: Chris Hanson Date: Mon, 15 May 2000 12:54:18 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: 20090517-FFI~3881 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b1b7ff45ad61ac4033fc0775c4f61874737cd166;p=mit-scheme.git Fix typo in comment. --- diff --git a/v7/src/imail/imail-core.scm b/v7/src/imail/imail-core.scm index 3956e0a19..6b8351bab 100644 --- a/v7/src/imail/imail-core.scm +++ b/v7/src/imail/imail-core.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-core.scm,v 1.54 2000/05/12 18:22:46 cph Exp $ +;;; $Id: imail-core.scm,v 1.55 2000/05/15 12:54:18 cph Exp $ ;;; ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology ;;; @@ -121,7 +121,7 @@ ;; ------------------------------------------------------------------- ;; Move the folder named URL to NEW-URL. Signal an error if the ;; folder doesn't exist, if NEW-URL already refers to a folder, or if -;; the move can't be performed for some reason. This operation can be +;; the move can't be performed for some reason. This operation can ;; also be used to convert between protocols, e.g. to move a folder ;; from a server to a file.