summaryrefslogtreecommitdiff
path: root/interface-definitions/include/listen-address.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-03-14 15:00:40 +0100
committerChristian Poessinger <christian@poessinger.com>2021-03-14 15:00:40 +0100
commitd3d4d664c6cf97ef6bb9bb36c67811c8d5fc264c (patch)
treefda71178280e6193b55024970082c44602d1ff33 /interface-definitions/include/listen-address.xml.i
parent08f09e417248d98a99e22d68984fe67d20baa6f0 (diff)
downloadvyos-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/listen-address.xml.i')
-rw-r--r--interface-definitions/include/listen-address.xml.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/listen-address.xml.i b/interface-definitions/include/listen-address.xml.i
index 5bfb7eb38..9b86851c7 100644
--- a/interface-definitions/include/listen-address.xml.i
+++ b/interface-definitions/include/listen-address.xml.i
@@ -1,4 +1,4 @@
-<!-- included start from listen-address.xml.i -->
+<!-- include start from listen-address.xml.i -->
<leafNode name="listen-address">
<properties>
<help>Local IP addresses for service to listen on</help>
@@ -20,4 +20,4 @@
</constraint>
</properties>
</leafNode>
-<!-- included end -->
+<!-- include end -->