[fix] spelling

(brilliant little tool)
This commit is contained in:
Public Profile 2022-03-26 16:40:08 -07:00 committed by GitHub
parent 76e4a8facb
commit 80c468fa9b

View file

@ -417,5 +417,5 @@ func main() {
go netRoutine(tnet)
}
select{} // sleep etnerally
select{} // sleep eternally
}