summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/worktree/fast_forward_worktree_branch.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/worktree/fast_forward_worktree_branch.go')
-rw-r--r--pkg/integration/tests/worktree/fast_forward_worktree_branch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/worktree/fast_forward_worktree_branch.go b/pkg/integration/tests/worktree/fast_forward_worktree_branch.go
index 99d32f40a..6c382a867 100644
--- a/pkg/integration/tests/worktree/fast_forward_worktree_branch.go
+++ b/pkg/integration/tests/worktree/fast_forward_worktree_branch.go
@@ -11,7 +11,7 @@ var FastForwardWorktreeBranch = NewIntegrationTest(NewIntegrationTestArgs{
Skip: false,
SetupConfig: func(config *config.AppConfig) {},
SetupRepo: func(shell *Shell) {
- // both main and linked worktree will have changed to fast-foward
+ // both main and linked worktree will have changed to fast-forward
shell.NewBranch("mybranch")
shell.CreateFileAndAdd("README.md", "hello world")
shell.Commit("initial commit")