diff --git a/setup.js b/setup.js index b19c55397c..71ec9e570b 100644 --- a/setup.js +++ b/setup.js @@ -5,7 +5,7 @@ var multiline = require('multiline'); if (os.platform() === 'win32') { console.log('*************************************************************'); - console.log('Hackthon Starter Generator has been disalbed on Windows until'); + console.log('Hackthon Starter Generator has been disabled on Windows until'); console.log('https://github.com/chjj/blessed is fixed or until I find a'); console.log('better CLI module.'); console.log('*************************************************************'); @@ -627,4 +627,4 @@ for (var i = 0; i < os.cpus().length; i++) { }); fs.writeFileSync('cluster_app.js', fileContents); -} \ No newline at end of file +}