diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-06-29 09:03:54 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-06-29 09:03:54 +0300 |
| commit | a8866b66766622f738a4531a036c9f81c2c70cb6 (patch) | |
| tree | ff89f688c1ee0281e4b6c7636dbd7252a18ee11e /src | |
| parent | 86aaff211b91ac4e05e279e1840724aee9f49f28 (diff) | |
| download | vyconf-ci/T8490-typos-vyconf.tar.gz vyconf-ci/T8490-typos-vyconf.zip | |
ci: T8490: fix typos in comments and docsci/T8490-typos-vyconf
Comment/doc-only typo fixes (no code identifiers touched):
- architecture.md: preferrable -> preferable; commited -> committed
- data/schemata/{interface_definition,op-mode-definition}.{rnc,rng}: meaninful -> meaningful (schema completionHelp comment)
- src/commit.ml: exluded -> excluded (inline comment)
Clears the typos-check hits on this repo ahead of the T8490 ruleset pilot active flip.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'src')
| -rw-r--r-- | src/commit.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.ml b/src/commit.ml index 5db20bf..3e93420 100644 --- a/src/commit.ml +++ b/src/commit.ml @@ -191,7 +191,7 @@ let config_result_update c_data n_data = [Tree_alg.Nonexistent_child] non reachable *) match n_data.reply with - | None -> c_data (* already exluded in calling function *) + | None -> c_data (* already excluded in calling function *) | Some r -> match r.success, n_data.source with | true, ADD -> |
