You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2016/06/06 17:32:08 UTC

cordova-plugin-file-transfer git commit: documentation with a wrong log message in fileTransfer.download function

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master 82c5af9b5 -> 7f76831b7


documentation with a wrong log message in fileTransfer.download function

 This closes #148


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/7f76831b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/7f76831b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/7f76831b

Branch: refs/heads/master
Commit: 7f76831b72ae9f790c0dc41494649190d7c19f82
Parents: 82c5af9
Author: Conrado Costa <co...@Halloween.local>
Authored: Mon May 30 14:00:47 2016 -0300
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Mon Jun 6 10:31:08 2016 -0700

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/7f76831b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6cbe9ac..d293cfa 100644
--- a/README.md
+++ b/README.md
@@ -240,7 +240,7 @@ fileTransfer.download(
     function(error) {
         console.log("download error source " + error.source);
         console.log("download error target " + error.target);
-        console.log("upload error code" + error.code);
+        console.log("download error code" + error.code);
     },
     false,
     {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org