(refs #437)Fix typo

Threre is more good function name, but i have no idea 😵
This commit is contained in:
Tomofumi Tanaka
2014-07-29 01:24:09 +09:00
parent 972628eb65
commit d2317d0a97
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@
<span>@user(latestCommit.authorName, latestCommit.authorEmailAddress, "username strong")</span>
<span class="muted"> authored on @datetime(latestCommit.authorTime)</span>
</div>
@if(latestCommit.isDiffrentCommitter) {
@if(latestCommit.isDifferentFromAuthor) {
<div class="committer">
<span class="icon-arrow-right"></span>
<span>@user(latestCommit.committerName, latestCommit.committerEmailAddress, "username strong")</span>