Minor typo fixes.

This commit is contained in:
sperber 2003-01-22 10:49:45 +00:00
parent eefbad4723
commit ebcb7461ae
1 changed files with 2 additions and 2 deletions

View File

@ -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}