From 59187d18d5fcc257eec82f83b35f6d08330e339a Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Tue, 31 Jul 2012 13:40:52 +0200 Subject: [PATCH] Fixed typo Change-Id: Ice0c7a36e806aae53351c276afa3a14aac433d05 Reviewed-by: Friedemann Kleint --- src/libs/ssh/sftpchannel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/ssh/sftpchannel.cpp b/src/libs/ssh/sftpchannel.cpp index cb20c62a0eb..c1e0206e09c 100644 --- a/src/libs/ssh/sftpchannel.cpp +++ b/src/libs/ssh/sftpchannel.cpp @@ -596,7 +596,7 @@ void SftpChannelPrivate::handleGetStatus(const JobMap::Iterator &it, case SftpDownload::Open: if (op->statRequested) { 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); } else { if ((response.status != SSH_FX_EOF || response.requestId != op->eofId)