From: Hemanth Selam <[email protected]> Sent: Friday, September 4, 2026 5:09 AM > > Correct "retrive" to "retrieve", reported by scripts/checkpatch.pl using > the misspelling list in scripts/spelling.txt. Only touches comments, no > code changes. > > Assisted-by: Cursor:claude-opus-5 > Signed-off-by: Hemanth Selam <[email protected]>
Reviewed-by: Michael Kelley <[email protected]> > --- > tools/hv/hv_get_dns_info.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/hv/hv_get_dns_info.sh b/tools/hv/hv_get_dns_info.sh > index 268521234d4b..288821565eee 100755 > --- a/tools/hv/hv_get_dns_info.sh > +++ b/tools/hv/hv_get_dns_info.sh > @@ -1,6 +1,6 @@ > #!/bin/sh > > -# This example script parses /etc/resolv.conf to retrive DNS information. > +# This example script parses /etc/resolv.conf to retrieve DNS information. > # In the interest of keeping the KVP daemon code free of distro specific > # information; the kvp daemon code invokes this external script to gather > # DNS information. > -- > 2.48.1 >

