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/streamcache/cache.go')
-rw-r--r--internal/streamcache/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/streamcache/cache.go b/internal/streamcache/cache.go
index ad365c2f6..094dfec93 100644
--- a/internal/streamcache/cache.go
+++ b/internal/streamcache/cache.go
@@ -298,7 +298,7 @@ func (c *cache) newEntry(key string, create func(io.Writer) error) (_ io.ReadClo
// Every entry gets a unique underlying file. We do not want to reuse
// existing cache files because we do not know whether they are the
- // result of a succesfull call to create.
+ // result of a successful call to create.
//
// This may sound like we should be using an anonymous tempfile, but that
// would be at odds with the requirement to be able to open and close