Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyoung committed Jan 7, 2016
1 parent 24142be commit 363f411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/gen_gdl90.go
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ func updateMessageStats() {
}

for i := 0; i < m; i++ {
if stratuxClock.Since(MsgLog[i].TimeReceived) < 1*time.Minutes {
if stratuxClock.Since(MsgLog[i].TimeReceived) < 1*time.Minute {
t = append(t, MsgLog[i])
if MsgLog[i].MessageClass == MSGCLASS_UAT {
UAT_messages_last_minute++
Expand Down

0 comments on commit 363f411

Please sign in to comment.