Small documentation fix of FTPClientSession.

This commit is contained in:
gjergji 2015-02-23 08:35:36 +01:00
parent f04e19a362
commit 0edc4f7d36

View File

@ -227,7 +227,7 @@ public:
std::ostream& beginUpload(const std::string& path);
/// Starts uploading the file with the given name.
/// After all data has been written to the returned stream,
/// endUpload() must be called to finish the download.
/// endUpload() must be called to finish the upload.
///
/// A stream for reading the file's content is returned.
/// The stream is valid until endUpload() is called.