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 09370be81a - Show all commits

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!")
}