Typo in grunt.log message

"Stampped" to "Stamped"
This commit is contained in:
David Lantner 2013-05-29 21:01:33 -03:00
parent 88813998e4
commit da94f2f31e

View File

@ -276,7 +276,7 @@ grunt.registerMultiTask('license', 'Stamps license banners on files.', function
});
});
grunt.log.writeln('Stampped license on ' + String(tally).cyan + ' files.');
grunt.log.writeln('Stamped license on ' + String(tally).cyan + ' files.');
});
// -- Contextualize Task -------------------------------------------------------