fix spelling in error message

master
Christian Tellnes 2012-05-24 07:27:19 +02:00
parent 87b0dd01c9
commit 83440f9956
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ var fs = require('fs'),
//
var File = exports.File = function (options) {
if (!options || !options.file) {
throw new Error ('Missing required option `files`');
throw new Error ('Missing required option `file`');
}
Memory.call(this, options);