Fixed typo

Change-Id: Ice0c7a36e806aae53351c276afa3a14aac433d05
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Robert Loehning
2012-07-31 13:40:52 +02:00
committed by Friedemann Kleint
parent 88d413e03b
commit 59187d18d5

View File

@@ -596,7 +596,7 @@ void SftpChannelPrivate::handleGetStatus(const JobMap::Iterator &it,
case SftpDownload::Open: case SftpDownload::Open:
if (op->statRequested) { if (op->statRequested) {
reportRequestError(op, errorMessage(response.errorString, reportRequestError(op, errorMessage(response.errorString,
tr("Failed retrieve information on the remote file ('stat' failed)."))); tr("Failed to retrieve information on the remote file ('stat' failed).")));
sendTransferCloseHandle(op, response.requestId); sendTransferCloseHandle(op, response.requestId);
} else { } else {
if ((response.status != SSH_FX_EOF || response.requestId != op->eofId) if ((response.status != SSH_FX_EOF || response.requestId != op->eofId)