Fix typos.

This commit is contained in:
Mike Boone
2015-11-11 21:20:34 -05:00
parent f4904fce17
commit 342036408e
10 changed files with 13 additions and 13 deletions

View File

@@ -78,7 +78,7 @@ func TestFacilityDebugging(t *testing.T) {
f1.Debugln("Debug line from f1")
if msgs != 1 {
t.Fatalf("Incorrent number of messages, %d != 1", msgs)
t.Fatalf("Incorrect number of messages, %d != 1", msgs)
}
}