From ebcb7461ae2fa11bf8943e5bf200ddc2b9e05b1f Mon Sep 17 00:00:00 2001 From: sperber Date: Wed, 22 Jan 2003 10:49:45 +0000 Subject: [PATCH] Minor typo fixes. --- doc/latex/ftp.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/latex/ftp.tex b/doc/latex/ftp.tex index 0246ae6..af7e657 100644 --- a/doc/latex/ftp.tex +++ b/doc/latex/ftp.tex @@ -1,4 +1,4 @@ -\chapter{FTP client}\label{cha:ftp} +\chapter{FTP Client}\label{cha:ftp} The \ex{ftp} structure lets you transfer files between networked machines from the Scheme Shell, using the File Transfer Protocol as @@ -138,7 +138,7 @@ code from the server, a catchable \ex{ftp-error} is raised. \defun{ftp-error?}{thing}{boolean} \begin{desc} - This returns \sharpt if \var{thing} is a \ex{ftp-error} object, + This returns \sharpt{} if \var{thing} is a \ex{ftp-error} object, otherwise \sharpf. \end{desc}