Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Sturm committed Jun 10, 2015
1 parent 03895be commit 6c62a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gelf/writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func TestWriteSmallOneLine(t *testing.T) {
}

if len(msg.Extra) != 2 {
t.Errorf("extra extra fields in %v (expect only file and line)", msg.Extra)
t.Errorf("extra fields in %v (expect only file and line)", msg.Extra)
return
}
}
Expand Down

0 comments on commit 6c62a85

Please sign in to comment.