Skip to content

Commit 3dfd962

Browse files
authored
Misspelling fix
1 parent c065873 commit 3dfd962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/demoinfocs/events/events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ type RankUpdate struct {
504504
Player *common.Player // may be nil if the player has already disconnected
505505
}
506506

507-
// OtherDeath signals that there has occured a death of something that is not a player.
507+
// OtherDeath signals that there has occurred a death of something that is not a player.
508508
// For example chickens.
509509
type OtherDeath struct {
510510
Killer *common.Player // May be nil

0 commit comments

Comments
 (0)