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

View File

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