Skip to content

Commit c0d2d42

Browse files
committed
Fix spelling
1 parent 542c5f3 commit c0d2d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inserter/inserter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func (s *state) buffer(msg *sarama.ConsumerMessage, cur time.Time) (bool, error,
123123

124124
err := proto.Unmarshal(msg.Value, &fmsg)
125125
if err != nil {
126-
log.Printf("unmarshaling error: ", err)
126+
log.Printf("unmarshalling error: ", err)
127127
} else {
128128
log.Debug(fmsg)
129129
ts := time.Unix(int64(fmsg.TimeFlowStart), 0)

0 commit comments

Comments
 (0)