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
Showing only changes of commit c7664e6b96 - Show all commits

View File

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