Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gitaly/service/repository/fetch_remote_test.go')
-rw-r--r--internal/gitaly/service/repository/fetch_remote_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/repository/fetch_remote_test.go b/internal/gitaly/service/repository/fetch_remote_test.go
index 6f0c1ea17..c11328cec 100644
--- a/internal/gitaly/service/repository/fetch_remote_test.go
+++ b/internal/gitaly/service/repository/fetch_remote_test.go
@@ -623,7 +623,7 @@ Issue: https://gitlab.com/gitlab-org/gitaly/-/issues/3780`)
setup: func(t *testing.T, cfg config.Cfg) setupData {
// We set up two branches in both repositories:
//
- // - "main" diverges as both repostiories have different commits on
+ // - "main" diverges as both repositories have different commits on
// it.
// - "branch" does not diverge, but is out-of-date in the local
// repository.