From 081a8f963104711b5f15bb8468489ee13927e226 Mon Sep 17 00:00:00 2001 From: Johnny Estilles Date: Mon, 20 Apr 2015 17:47:19 +0800 Subject: [PATCH] chore: fixed typo --- tasks/git_changelog_generate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/git_changelog_generate.js b/tasks/git_changelog_generate.js index 130e2c5..b5d9a90 100644 --- a/tasks/git_changelog_generate.js +++ b/tasks/git_changelog_generate.js @@ -168,7 +168,7 @@ Changelog.prototype.linkToIssue = function linkToIssue(issue) { }; Changelog.prototype.linkToCommit = function linkToCommit(hash) { - debug('geenrating link to commit'); + debug('generating link to commit'); return format(this.links.commit, hash.substr(0, 8), hash); };