summaryrefslogtreecommitdiff
path: root/src/commit.ml
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-06-29 09:03:54 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-06-29 09:03:54 +0300
commita8866b66766622f738a4531a036c9f81c2c70cb6 (patch)
treeff89f688c1ee0281e4b6c7636dbd7252a18ee11e /src/commit.ml
parent86aaff211b91ac4e05e279e1840724aee9f49f28 (diff)
downloadvyconf-a8866b66766622f738a4531a036c9f81c2c70cb6.tar.gz
vyconf-a8866b66766622f738a4531a036c9f81c2c70cb6.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/commit.ml')
-rw-r--r--src/commit.ml2
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 ->