Skip to content

Commit

Permalink
[transfer-engine] Fix typo in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerio Valerio committed Jun 10, 2013
1 parent 46d96e1 commit 90dc3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transferengineclient.cpp
Expand Up @@ -162,7 +162,7 @@ class TransferEngineClientPrivate
if (ok) {
status = TransferEngineClient::TransferFinished;
} else {
status = TnrasferEngineClient::TransferInterrupted;
status = TransferEngineClient::TransferInterrupted;
reason = "Something went wrong";
}
Expand Down

0 comments on commit 90dc3a7

Please sign in to comment.