Skip to content

Commit

Permalink
[fix] Fix typo in Container.destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Dec 30, 2011
1 parent 2f749b0 commit be3e240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cloudfiles/container.js
Expand Up @@ -24,7 +24,7 @@ Container.prototype = {
},

destroy: function (callback) {
this.client.destoryContainer(this.name, callback);
this.client.destroyContainer(this.name, callback);
},

getFiles: function (download, callback) {
Expand Down

0 comments on commit be3e240

Please sign in to comment.