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/smarthttp/inforefs_test.go')
-rw-r--r--internal/gitaly/service/smarthttp/inforefs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/smarthttp/inforefs_test.go b/internal/gitaly/service/smarthttp/inforefs_test.go
index 2ffe65c39..71486a0e9 100644
--- a/internal/gitaly/service/smarthttp/inforefs_test.go
+++ b/internal/gitaly/service/smarthttp/inforefs_test.go
@@ -359,7 +359,7 @@ func TestCacheInfoRefsUploadPack(t *testing.T) {
rpcRequest := &gitalypb.InfoRefsRequest{Repository: repo}
// The key computed for the cache entry takes into account all feature flags. Because
- // Praefect explicitly injects all unset feature flags, the key is thus differend depending
+ // Praefect explicitly injects all unset feature flags, the key is thus different depending
// on whether Praefect is in use or not. We thus manually inject all feature flags here such
// that they're forced to the same state.
for _, ff := range featureflag.DefinedFlags() {