Explorar o código

Merge pull request #7951 from taohu/typo

typo fix: immediatly -> immediately
Jessie Frazelle %!s(int64=11) %!d(string=hai) anos
pai
achega
17314e2fe8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      daemon/state.go

+ 2 - 2
daemon/state.go

@@ -60,7 +60,7 @@ func wait(waitChan <-chan struct{}, timeout time.Duration) error {
 }
 
 // WaitRunning waits until state is running. If state already running it returns
-// immediatly. If you want wait forever you must supply negative timeout.
+// immediately. If you want wait forever you must supply negative timeout.
 // Returns pid, that was passed to SetRunning
 func (s *State) WaitRunning(timeout time.Duration) (int, error) {
 	s.Lock()
@@ -78,7 +78,7 @@ func (s *State) WaitRunning(timeout time.Duration) (int, error) {
 }
 
 // WaitStop waits until state is stopped. If state already stopped it returns
-// immediatly. If you want wait forever you must supply negative timeout.
+// immediately. If you want wait forever you must supply negative timeout.
 // Returns exit code, that was passed to SetStopped
 func (s *State) WaitStop(timeout time.Duration) (int, error) {
 	s.Lock()