typo: privide --> provide

Reported by Nadim Ghaznavi <nadim@ghaznavi.com>.
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 @@
 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}