VictoriaMetrics/lib/netutil
Guillem Jover 76d205feae
spelling and grammar fixes via codespell ()
### Describe Your Changes

Fix many spelling errors and some grammar, including misspellings in
filenames. 

The change also fixes a typo in metric `vm_mmaped_files` to `vm_mmapped_files`.
While this is a breaking change, this metric isn't used in alerts or dashboards. 
So it seems to have low impact on users.

The change also deprecates `cspell` as it is much heavier and less usable. 
---------

Co-authored-by: Andrii Chubatiuk <achubatiuk@victoriametrics.com>
Co-authored-by: Andrii Chubatiuk <andrew.chubatiuk@gmail.com>
2025-03-17 16:32:10 +01:00
..
conn.go lib/{httputils,netutil}: move httputils.GetStatDialFunc to netutil.NewStatDialFunc 2024-07-15 23:02:34 +02:00
netutil.go app/vmauth: fix discovering backend IPs when url_prefix contains hostname with srv+ prefix () 2024-06-12 12:30:44 +02:00
proxyprotocol.go spelling and grammar fixes via codespell () 2025-03-17 16:32:10 +01:00
proxyprotocol_test.go app,lib: fix typos in comments () 2023-02-13 13:27:13 +01:00
statdial.go lib/promscrape: fixes proxy autorization () 2024-08-19 22:31:18 +02:00
statdial_test.go lib/{httputils,netutil}: move httputils.GetStatDialFunc to netutil.NewStatDialFunc 2024-07-15 23:02:34 +02:00
tcplistener.go docs: follow-up after aec4b5db81 () 2023-07-19 10:10:51 +02:00
tls.go spelling and grammar fixes via codespell () 2025-03-17 16:32:10 +01:00
tls_test.go lib/netutil: validate TLS cert and key files immediately () 2024-07-29 13:58:53 +02:00