aboutsummaryrefslogtreecommitdiffstats
path: root/Cakefile
diff options
context:
space:
mode:
authorPhil Crosby2013-05-15 12:14:50 -0700
committerPhil Crosby2013-05-15 12:14:50 -0700
commitb4fb5021b3096a246934a686e932a144aa592722 (patch)
treef6796c1e74922b68eee14dc3f194ab9aec13d985 /Cakefile
parentdf8e159955388bb6fe01673f7eda32f128138548 (diff)
downloadvimium-b4fb5021b3096a246934a686e932a144aa592722.tar.bz2
Fix a typo
Diffstat (limited to 'Cakefile')
-rw-r--r--Cakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cakefile b/Cakefile
index 21967e71..d0b3acaf 100644
--- a/Cakefile
+++ b/Cakefile
@@ -50,7 +50,7 @@ task "clean", "removes any js files which were compiled from coffeescript", ->
task "autobuild", "continually rebuild coffeescript files using coffee --watch", ->
coffee = spawn "coffee", ["-cw", __dirname]
-task "package", "Builds a zip file in preparation submission to the chrome store. Output is in dist/", ->
+task "package", "Builds a zip file for submission to the Chrome store. The output is in dist/", ->
# To get exec-sync, `npm install exec-sync`. We use this for synchronously executing shell commands.
execSync = require("exec-sync")