Skip to content

Commit 80abdf5

Browse files
committed
Fix misspelling of "equipped"
1 parent 7ae3dc5 commit 80abdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const (
7373
TeamCounterTerrorists
7474
)
7575

76-
// EquipmentElement constants give information about what weapon a player has equiped.
76+
// EquipmentElement constants give information about what weapon a player has equipped.
7777
const (
7878
EqUnknown EquipmentElement = 0
7979

0 commit comments

Comments
 (0)