mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
all: Fix typos and some URLs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user