Skip to content

Commit

Permalink
one day i will learn to spell receive
Browse files Browse the repository at this point in the history
  • Loading branch information
endocrimes committed Jul 1, 2019
1 parent 989ff0d commit 3ea9716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/logmon/logmon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestLogmon_Start_rotate(t *testing.T) {
}

// asserts that calling Start twice restarts the log rotator and that any logs
// published while the listener was unavailable are recieved.
// published while the listener was unavailable are received.
func TestLogmon_Start_restart_flusheslogs(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("windows does not support pushing data to a pipe with no servers")
Expand Down Expand Up @@ -255,7 +255,7 @@ func TestLogmon_Start_restart(t *testing.T) {
require.NoError(err)
})

// Start logmon again and assert that it can recieve logs again
// Start logmon again and assert that it can receive logs again
require.NoError(lm.Start(cfg))

stdout, err = fifo.OpenWriter(stdoutFifoPath)
Expand Down

0 comments on commit 3ea9716

Please sign in to comment.