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 84f98b2f0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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