Fix typo in 'clone with commit-msg hook' command

Change-Id: Ib468ac175db49352b5b66c5c53d15893ab66ba7b
This commit is contained in:
David Pursehouse 2014-03-18 14:04:04 +09:00
parent 0907c505f3
commit fc38806535

View File

@ -121,7 +121,7 @@ public abstract class DownloadCommandLink extends Anchor implements ClickHandler
private final Project.NameKey project;
public CloneWithCommitMsgHookCommandLink(Project.NameKey project) {
super(DownloadCommand.CHECKOUT, "clone with commmit-msg hook");
super(DownloadCommand.CHECKOUT, "clone with commit-msg hook");
this.project = project;
}