[fix] spelling

(brilliant little tool)
This commit is contained in:
Public Profile 2022-03-26 16:40:08 -07:00 committed by GitHub
parent 7ed8930a6f
commit 1f76a3c455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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