Minor typo fixes.
This commit is contained in:
parent
eefbad4723
commit
ebcb7461ae
|
@ -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
|
The \ex{ftp} structure lets you transfer files between networked
|
||||||
machines from the Scheme Shell, using the File Transfer Protocol as
|
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}
|
\defun{ftp-error?}{thing}{boolean}
|
||||||
\begin{desc}
|
\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.
|
otherwise \sharpf.
|
||||||
\end{desc}
|
\end{desc}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue