From 792226c9ca5576539127d59b6ed87c74ed075729 Mon Sep 17 00:00:00 2001 From: Jared Short Date: Sun, 27 Sep 2015 23:13:43 -0400 Subject: [PATCH] s/Modlue/Module/ --- lib/commands/module_install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/module_install.js b/lib/commands/module_install.js index 192ff27fb..0fa774014 100644 --- a/lib/commands/module_install.js +++ b/lib/commands/module_install.js @@ -160,7 +160,7 @@ CMD.prototype._installFiles = Promise.method(function(tempDirPath) { var targetModPath = path.join(awsModsPath, awsmJson.name); if (!_this._delExisting && utils.dirExistsSync(targetModPath)) { - throw new JawsError('Modlue named ' + awsmJson.name + ' already exists in your project', JawsError.errorCodes.UNKNOWN); + throw new JawsError('Module named ' + awsmJson.name + ' already exists in your project', JawsError.errorCodes.UNKNOWN); } if (