From 5d48e458e4bfb92fb0df3b2d00689ae04e2e3b1f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 20 Jul 1999 13:21:42 +0000 Subject: [PATCH] typo: privide --> provide Reported by Nadim Ghaznavi . --- Doc/lib/libftplib.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index becc99b3bc9..d4813a58a40 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}