From d23c0f9f89e7f6e2b4e004c63b9f607d976eea19 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Mon, 29 Jun 2026 09:16:25 +0300 Subject: ci: T8490: fix typos in comments and install/snmp messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Comment- and message-string typos only (no code identifiers changed): - scripts/install/install-get-partition: parition/partiton/partion -> partition; accomdate -> accommodate - scripts/install/install-image-existing: yelds -> yields; underlaying -> underlying - scripts/snmp/if-mib-alias: "not-writeable" -> "not-writable" - scripts/vyatta-grub-setup: "grup-setup" -> "grub-setup" (GRUB, not "group"); maintance -> maintenance Clears this repo's typos-check hits ahead of the T8490 ruleset pilot active flip. 🤖 Generated by [robots](https://vyos.io) --- scripts/snmp/if-mib-alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/snmp') diff --git a/scripts/snmp/if-mib-alias b/scripts/snmp/if-mib-alias index bc86f999..59b1a4d3 100755 --- a/scripts/snmp/if-mib-alias +++ b/scripts/snmp/if-mib-alias @@ -107,7 +107,7 @@ sub set_oid { my $ifname = ifindextoname($ifindex); if ($ifname) { system("ip li set $ifname alias '$value' >/dev/null 2>&1"); - print "not-writeable\n" if ($? != 0); + print "not-writable\n" if ($? != 0); } } -- cgit v1.2.3