1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-11 05:48:40 +00:00

Chore: Fix some spelling errors ()

This commit is contained in:
zonescape 2024-11-06 17:27:06 +03:00 committed by yuhan6665
parent afc7ec5506
commit 71cfea8aae
10 changed files with 13 additions and 13 deletions
proxy/blackhole

View file

@ -17,7 +17,7 @@ Content-Length: 0
// ResponseConfig is the configuration for blackhole responses.
type ResponseConfig interface {
// WriteTo writes predefined response to the give buffer.
// WriteTo writes a predefined response to the specified buffer.
WriteTo(buf.Writer) int32
}