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:
authorYoginth <me@yoginth.com>2019-05-31 08:18:04 +0300
committerYoginth <me@yoginth.com>2019-05-31 08:18:04 +0300
commit0d4f4cd7930628947c73fbdc0e3b78b408cbc2b7 (patch)
tree604d4c3bfdd1eb5bebbd05b19ba86f249c08cf92 /internal/supervisor
parentef0c35d7485eaa96a07be7daf0265990101fb12c (diff)
Typo Fixes
Diffstat (limited to 'internal/supervisor')
-rw-r--r--internal/supervisor/supervisor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/supervisor/supervisor.go b/internal/supervisor/supervisor.go
index e93838256..c6c9a7e22 100644
--- a/internal/supervisor/supervisor.go
+++ b/internal/supervisor/supervisor.go
@@ -61,7 +61,7 @@ type Process struct {
stopOnce sync.Once
}
-// New creates a new proces instance.
+// New creates a new process instance.
func New(name string, env []string, args []string, dir string, memoryThreshold int, events chan<- Event, healthCheck func() error) (*Process, error) {
if len(args) < 1 {
return nil, fmt.Errorf("need at least one argument")