Fix comment typos (#1794)
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
This commit is contained in:
parent
fae346f586
commit
1c8bacb007
@ -5,7 +5,7 @@ sed -n -e '9,$p' < "$0" | vtysh "$@"
|
|||||||
## Exit with vtysh return code
|
## Exit with vtysh return code
|
||||||
exit $?
|
exit $?
|
||||||
|
|
||||||
## vtysh script start from next line, which line number MUST eqaul in 'sed' command above
|
## vtysh script start from next line, which line number MUST equal in 'sed' command above
|
||||||
|
|
||||||
configure terminal
|
configure terminal
|
||||||
router bgp {{ DEVICE_METADATA['localhost']['bgp_asn'] }}
|
router bgp {{ DEVICE_METADATA['localhost']['bgp_asn'] }}
|
||||||
|
@ -5,7 +5,7 @@ sed -n -e '9,$p' < "$0" | vtysh "$@"
|
|||||||
## Exit with vtysh return code
|
## Exit with vtysh return code
|
||||||
exit $?
|
exit $?
|
||||||
|
|
||||||
## vtysh script start from next line, which line number MUST eqaul in 'sed' command above
|
## vtysh script start from next line, which line number MUST equal in 'sed' command above
|
||||||
|
|
||||||
configure terminal
|
configure terminal
|
||||||
router bgp {{ DEVICE_METADATA['localhost']['bgp_asn'] }}
|
router bgp {{ DEVICE_METADATA['localhost']['bgp_asn'] }}
|
||||||
|
@ -5,7 +5,7 @@ sed -n -e '9,$p' < "$0" | vtysh "$@"
|
|||||||
## Exit with vtysh return code
|
## Exit with vtysh return code
|
||||||
exit $?
|
exit $?
|
||||||
|
|
||||||
## vtysh script start from next line, which line number MUST eqaul in 'sed' command above
|
## vtysh script start from next line, which line number MUST equal in 'sed' command above
|
||||||
|
|
||||||
configure terminal
|
configure terminal
|
||||||
router bgp {{ DEVICE_METADATA['localhost']['bgp_asn'] }}
|
router bgp {{ DEVICE_METADATA['localhost']['bgp_asn'] }}
|
||||||
|
@ -5,7 +5,7 @@ sed -n -e '9,$p' < "$0" | vtysh "$@"
|
|||||||
## Exit with vtysh return code
|
## Exit with vtysh return code
|
||||||
exit $?
|
exit $?
|
||||||
|
|
||||||
## vtysh script start from next line, which line number MUST eqaul in 'sed' command above
|
## vtysh script start from next line, which line number MUST equal in 'sed' command above
|
||||||
|
|
||||||
configure terminal
|
configure terminal
|
||||||
router bgp {{ DEVICE_METADATA['localhost']['bgp_asn'] }}
|
router bgp {{ DEVICE_METADATA['localhost']['bgp_asn'] }}
|
||||||
|
Reference in New Issue
Block a user