Fix spelling mistakes, etc.

This commit is contained in:
Philip Prindeville 2023-08-20 12:26:59 -06:00 committed by Olof Hagsand
parent ea14b4fa24
commit 170497b4b6
2 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ module ietf-interfaces {
}
EOF
# Create running-db containin the interface "run" OK
# Create running-db containing the interface "run" OK
runvar='<interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces"><interface><name>run</name><type xmlns:if="urn:ietf:params:xml:ns:yang:ietf-interfaces">if:fddi</type><enabled>true</enabled></interface></interfaces>'
# Create startup-db containing the interface "startup" OK

View file

@ -18,7 +18,7 @@
# Rename /interfaces/interface/description to /interfaces/interface/descr (2016)
# Wrap /interfaces/interface/descr to /interfaces/interface/docs/descr (2018)
# Change type /interfaces/interface/statistics/in-octets to decimal64 and divide all values with 1000 (2018)
# This is backwrd compatible RFC7895, see also test_upgrade_interfaces.sh for RFC8525
# This is backward compatible RFC7895, see also test_upgrade_interfaces.sh for RFC8525
# Magic line must be first in script (see README.md)
s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi