Merge remote-tracking branch 'rodms/cp-error'
diff --git a/bin/lib/create.js b/bin/lib/create.js
index bc7b1c9..800396e 100755
--- a/bin/lib/create.js
+++ b/bin/lib/create.js
@@ -42,7 +42,7 @@
     
     // Check that requirements are met and proper targets are installed
     if (!check_reqs.run()) {
-        console.error('Please make sure you meeet the software requirements in order to build an firefoxos cordova project');
+        console.error('Please make sure you meet the software requirements in order to build an firefoxos cordova project');
         process.exit(2);
     }
     
@@ -68,7 +68,7 @@
     shjs.cp('-r', path.join(ROOT, 'bin', 'templates', 'project', 'platform_www'), project_path);
 
     //copy cordova js file
-    shjs.cp('-r', path.join(ROOT, 'cordova-lib', 'cordova.js'), path.join(project_path,'platform_www'));
+    shjs.cp('-r', path.join(ROOT, 'cordova-lib', 'cordova.js'), path.join(project_path, 'www'));
 
     [
         'run',