Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #5 from nemomobile/vdv-devel
[transfer-engine] Fix typo in the docs.
  • Loading branch information
Marko Mattila committed Jun 11, 2013
2 parents 46d96e1 + 90dc3a7 commit bcab0a3
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 bcab0a3

Please sign in to comment.