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:
authorJacob Vosmaer <jacob@gitlab.com>2019-08-19 13:24:20 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-08-19 13:24:20 +0300
commit045b0a9ed7a12993ee26a55a4dcd0667a89bbdf1 (patch)
treefeb59fe86add80aa456f67c93a0c6e43066e4320
parent27f641e516e9b18d2ed711e687718dc145f89bfa (diff)
-rw-r--r--internal/config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index 8b65363ed..336a2510d 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -130,7 +130,7 @@ func RegisterHook(f func() error) {
}
// Validate checks the current Config for sanity. It will also run all
-// hooks that have been registered RegisterHook.
+// hooks that have been registered with RegisterHook.
func Validate() error {
for _, err := range []error{
validateListeners(),