all: Fix typos and some URLs

This commit is contained in:
Christian Oliff
2024-02-18 20:16:30 +09:00
committed by GitHub
parent 4a53fd56b7
commit 168d375784
18 changed files with 26 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ type connection struct {
send chan []byte
// There is a potential data race, especially visible with large files.
// This is protected by synchronisation of the send channel's close.
// This is protected by synchronization of the send channel's close.
closer sync.Once
}