Skip to content

Commit 7789999

Browse files
committed
correct typos
1 parent fb02305 commit 7789999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multi_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ func TestMultiLoggerLevel(t *testing.T) {
4343
leveled1.SetLevel(DEBUG, "test")
4444
log.Notice("log")
4545
if "log" != MemoryRecordN(log1, 0).Formatted(0) {
46-
t.Errorf("log1 not receieved")
46+
t.Errorf("log1 not received")
4747
}
4848
if nil != MemoryRecordN(log2, 0) {
49-
t.Errorf("log2 receieved")
49+
t.Errorf("log2 received")
5050
}
5151
}

0 commit comments

Comments
 (0)