Skip to content

Commit 1dadcdb

Browse files
author
Duong Trong Duc
committed
Correct typo
1 parent c8fdace commit 1dadcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comment_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func TestDecodeRecordComments(t *testing.T) {
1212
t.Fatal(err)
1313
}
1414
if len(rec) != 2 {
15-
t.Fatal("invalud record count!")
15+
t.Fatal("invalid record count!")
1616
}
1717
if rec[0].Id != "2" {
1818
t.Errorf("comment id mismatch. actual %v", rec[0].Id)

0 commit comments

Comments
 (0)