Fix typo in 'clone with commit-msg hook' command
Change-Id: Ib468ac175db49352b5b66c5c53d15893ab66ba7b
This commit is contained in:
parent
0907c505f3
commit
fc38806535
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user