diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-14 15:00:40 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-14 15:00:40 +0100 |
commit | d3d4d664c6cf97ef6bb9bb36c67811c8d5fc264c (patch) | |
tree | fda71178280e6193b55024970082c44602d1ff33 /interface-definitions/include/dhcp-options.xml.i | |
parent | 08f09e417248d98a99e22d68984fe67d20baa6f0 (diff) | |
download | vyos-1x-d3d4d664c6cf97ef6bb9bb36c67811c8d5fc264c.tar.gz vyos-1x-d3d4d664c6cf97ef6bb9bb36c67811c8d5fc264c.zip |
xml: include: fix typo on include comment
When including XML files they all contained a comment from where the snipped
had actually been included from. The comment had been "included start" and
"included end" instead of "include start" and "include end".
This commit corrects the glitch.
(cherry-picked from commit ee2dfee43f8319726c2225a5ad2367d936ec3176)
Diffstat (limited to 'interface-definitions/include/dhcp-options.xml.i')
-rw-r--r-- | interface-definitions/include/dhcp-options.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/dhcp-options.xml.i b/interface-definitions/include/dhcp-options.xml.i index df9c7a97a..6c081acb1 100644 --- a/interface-definitions/include/dhcp-options.xml.i +++ b/interface-definitions/include/dhcp-options.xml.i @@ -1,4 +1,4 @@ -<!-- included start from dhcp-options.xml.i --> +<!-- include start from dhcp-options.xml.i --> <node name="dhcp-options"> <properties> <help>DHCP client settings/options</help> @@ -27,4 +27,4 @@ </leafNode> </children> </node> -<!-- included end --> +<!-- include end --> |