Skip to content

Commit

Permalink
sucess -> success
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed Sep 15, 2012
1 parent 0370ccc commit e2caf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tasks/yeoman.js
Expand Up @@ -122,7 +122,7 @@ module.exports = function(grunt) {

var now = +new Date();
grunt.registerTask('time', 'Print sucess status with elapsed time', function() {
grunt.log.ok('Build sucess. Done in ' + ((+new Date() - now) / 1000) + 's');
grunt.log.ok('Build success. Done in ' + ((+new Date() - now) / 1000) + 's');
});

// Output some size info about a file, from a stat object.
Expand Down

0 comments on commit e2caf23

Please sign in to comment.