From a8866b66766622f738a4531a036c9f81c2c70cb6 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Mon, 29 Jun 2026 09:03:54 +0300 Subject: ci: T8490: fix typos in comments and docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- src/commit.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commit.ml') 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 -> -- cgit v1.2.3