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/helper/env/env.go')
-rw-r--r--internal/helper/env/env.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/helper/env/env.go b/internal/helper/env/env.go
index 92173d335..f8efa6bab 100644
--- a/internal/helper/env/env.go
+++ b/internal/helper/env/env.go
@@ -67,7 +67,7 @@ func GetString(name string, fallback string) string {
}
// ExtractValue returns the value of the environment variable with the given key. The given key
-// should not have a trailing "=". If the same key occurrs multiple times in the environment, then
+// should not have a trailing "=". If the same key occurs multiple times in the environment, then
// any later occurrences will override previous ones.
func ExtractValue(environment []string, key string) string {
var value string