(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

@@ -95,7 +95,7 @@ object JGitUtil {
} else None
}
def isDiffrentCommitter: Boolean = authorName != committerName || authorEmailAddress != committerEmailAddress
def isDifferentFromAuthor: Boolean = authorName != committerName || authorEmailAddress != committerEmailAddress
}
case class DiffInfo(changeType: ChangeType, oldPath: String, newPath: String, oldContent: Option[String], newContent: Option[String])