diff options
Diffstat (limited to 'Doc/lib/libftplib.tex')
-rw-r--r-- | Doc/lib/libftplib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index becc99b..d4813a5 100644 --- a/Doc/lib/libftplib.tex +++ b/Doc/lib/libftplib.tex @@ -182,7 +182,7 @@ data to be stored. Store a file in \ASCII{} transfer mode. \var{command} should be an appropriate \samp{STOR} command (see \method{storbinary()}). Lines are read until \EOF{} from the open file object \var{file} using its -\method{readline()} method to privide the data to be stored. +\method{readline()} method to provide the data to be stored. \end{methoddesc} \begin{methoddesc}{transfercmd}{cmd} |