Fix spelling and casing in one comment #14

Merged
88572 merged 2 commits from master into master 2025-08-09 07:22:37 +00:00

View File

@@ -407,7 +407,7 @@ func main() {
correction := false
important := false
for _, v := range msg.Unknown {
if v.XMLName.Local == "delay" { // CLasic history message
if v.XMLName.Local == "delay" { // Classic history message
//ignore = true
//fmt.Println("ignoring!")
}