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 /data | |
| 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 'data')
| -rw-r--r-- | data/schemata/interface_definition.rnc | 2 | ||||
| -rw-r--r-- | data/schemata/interface_definition.rng | 2 | ||||
| -rw-r--r-- | data/schemata/op-mode-definition.rnc | 2 | ||||
| -rw-r--r-- | data/schemata/op-mode-definition.rng | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/data/schemata/interface_definition.rnc b/data/schemata/interface_definition.rnc index 48aae57..dab4d3c 100644 --- a/data/schemata/interface_definition.rnc +++ b/data/schemata/interface_definition.rnc @@ -142,7 +142,7 @@ valueHelp = element valueHelp # completionHelp tags contain information about allowed values of a node that is used for generating # tab completion in the CLI frontend and drop-down lists in GUI frontends -# It is only meaninful for leaf nodes +# It is only meaningful for leaf nodes # Allowed values can be given as a fixed list of values (e.g. <list>foo bar baz</list>), # as a configuration path (e.g. <path>interfaces ethernet</path>), # or as a path to a script file that generates the list (e.g. <script>/usr/lib/foo/list-things</script> diff --git a/data/schemata/interface_definition.rng b/data/schemata/interface_definition.rng index d1bd9a7..79423ae 100644 --- a/data/schemata/interface_definition.rng +++ b/data/schemata/interface_definition.rng @@ -241,7 +241,7 @@ <!-- completionHelp tags contain information about allowed values of a node that is used for generating tab completion in the CLI frontend and drop-down lists in GUI frontends - It is only meaninful for leaf nodes + It is only meaningful for leaf nodes Allowed values can be given as a fixed list of values (e.g. <list>foo bar baz</list>), as a configuration path (e.g. <path>interfaces ethernet</path>), or as a path to a script file that generates the list (e.g. <script>/usr/lib/foo/list-things</script> diff --git a/data/schemata/op-mode-definition.rnc b/data/schemata/op-mode-definition.rnc index 0127612..01d15dd 100644 --- a/data/schemata/op-mode-definition.rnc +++ b/data/schemata/op-mode-definition.rnc @@ -96,7 +96,7 @@ command = element command # completionHelp tags contain information about allowed values of a node that is used for generating # tab completion in the CLI frontend and drop-down lists in GUI frontends -# It is only meaninful for leaf nodes +# It is only meaningful for leaf nodes # Allowed values can be given as a fixed list of values (e.g. <list>foo bar baz</list>), # as a configuration path (e.g. <path>interfaces ethernet</path>), # or as a path to a script file that generates the list (e.g. <script>/usr/lib/foo/list-things</script> diff --git a/data/schemata/op-mode-definition.rng b/data/schemata/op-mode-definition.rng index 98a231e..e039c9b 100644 --- a/data/schemata/op-mode-definition.rng +++ b/data/schemata/op-mode-definition.rng @@ -132,7 +132,7 @@ <!-- completionHelp tags contain information about allowed values of a node that is used for generating tab completion in the CLI frontend and drop-down lists in GUI frontends - It is only meaninful for leaf nodes + It is only meaningful for leaf nodes Allowed values can be given as a fixed list of values (e.g. <list>foo bar baz</list>), as a configuration path (e.g. <path>interfaces ethernet</path>), or as a path to a script file that generates the list (e.g. <script>/usr/lib/foo/list-things</script> |
