Merge pull request #4 from lookfirst/patch-1

[fix] spelling
This commit is contained in:
octeep 2022-03-26 23:42:44 +00:00 committed by GitHub
commit 3bbfb3a1e6

View file

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