Skip to content

Commit faa8e56

Browse files
authored
Merge pull request #291 from shanegrueling/patch-1
Fix typo in the installer
2 parents 4a6bc7c + 0670a1f commit faa8e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/install.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2039,7 +2039,7 @@ begin
20392039
RdbGitPullBehavior[GP_GitPullRebase]:=CreateRadioButton(GitPullBehaviorPage,'Rebase','Rebase the current branch onto the fetched branch. If there are no local'+#13+'commits to rebase, this is equivalent to a fast-forward.',TabOrder,Top,Left);
20402040
20412041
// 3rd choice
2042-
RdbGitPullBehavior[GP_GitPullFFOnly]:=CreateRadioButton(GitPullBehaviorPage,'Only ever fast-forard','Fast-forward to the fetched branch. Fail if that is not possible.',TabOrder,Top,Left);
2042+
RdbGitPullBehavior[GP_GitPullFFOnly]:=CreateRadioButton(GitPullBehaviorPage,'Only ever fast-forward','Fast-forward to the fetched branch. Fail if that is not possible.',TabOrder,Top,Left);
20432043
20442044
// Restore the setting chosen during a previous install.
20452045
case ReplayChoice('Git Pull Behavior Option','Merge') of

0 commit comments

Comments
 (0)