Skip to content

Commit

Permalink
chore: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed Apr 20, 2015
1 parent b7d16b6 commit 081a8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/git_changelog_generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};

Expand Down

0 comments on commit 081a8f9

Please sign in to comment.