mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-13 19:29:58 -05:00
Typo
This commit is contained in:
@@ -199,7 +199,7 @@ func (c *Controller) Stop() {
|
||||
return
|
||||
} else if c.state != controllerState_stopping {
|
||||
// We should only do this transition once. We signal to |Start|
|
||||
// by cloing the |stopCh|.
|
||||
// by closing the |stopCh|.
|
||||
close(c.stopCh)
|
||||
c.state = controllerState_stopping
|
||||
c.mu.Unlock()
|
||||
|
||||
Reference in New Issue
Block a user