summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/schemata/interface_definition.rnc2
-rw-r--r--data/schemata/interface_definition.rng2
-rw-r--r--data/schemata/op-mode-definition.rnc2
-rw-r--r--data/schemata/op-mode-definition.rng2
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>