From 1fd6fae073e56eba1ced7957314f545479990f06 Mon Sep 17 00:00:00 2001 From: Jan Haller Date: Sat, 22 Mar 2014 14:41:46 +0100 Subject: [PATCH] Minor improvements in sf::Ftp documentation --- include/SFML/Network/Ftp.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SFML/Network/Ftp.hpp b/include/SFML/Network/Ftp.hpp index 0a8bbb89..b10baeee 100644 --- a/include/SFML/Network/Ftp.hpp +++ b/include/SFML/Network/Ftp.hpp @@ -454,7 +454,7 @@ public : /// of your application. /// /// \param remoteFile Filename of the distant file to download - /// \param localPath Where to put to file on the local computer + /// \param localPath The directory in which to put the file on the local computer /// \param mode Transfer mode /// /// \return Server response to the request @@ -473,7 +473,7 @@ public : /// FTP server. /// /// \param localFile Path of the local file to upload - /// \param remotePath Where to put to file on the server + /// \param remotePath The directory in which to put the file on the server /// \param mode Transfer mode /// /// \return Server response to the request