spelling and grammar fixes via codespell (#8497)

### 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>
This commit is contained in:
Guillem Jover
2025-03-17 16:32:10 +01:00
committed by GitHub
parent d852e5e0b4
commit 76d205feae
200 changed files with 350 additions and 1367 deletions

View File

@@ -92,7 +92,7 @@ type ServeOptions struct {
// /health, /debug/pprof and few others
// In addition basic auth check and authKey checks will be disabled for the given addr
//
// Mostly required by http proxy servers, which peforms own authorization and requests routing
// Mostly required by http proxy servers, which performs own authorization and requests routing
DisableBuiltinRoutes bool
}