From e735a12b3ae73dd267291aca6cb7fd5474392af8 Mon Sep 17 00:00:00 2001 From: Markus Hilger Date: Thu, 22 Aug 2024 12:38:52 +0200 Subject: [PATCH] Fix small typo --- confluent_server/bin/confluent_selfcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/bin/confluent_selfcheck b/confluent_server/bin/confluent_selfcheck index 64794ae4..f1de6c71 100755 --- a/confluent_server/bin/confluent_selfcheck +++ b/confluent_server/bin/confluent_selfcheck @@ -323,7 +323,7 @@ if __name__ == '__main__': print('{} appears to have networking configuration suitable for IPv6 deployment via: {}'.format(args.node, ",".join(bootablev6nics))) else: emprint(f"{args.node} may not have any viable IP network configuration (check name resolution (DNS or hosts file) " - "and/or net.*ipv4_address, and verify that the deployment serer addresses and subnet mask/prefix length are accurate)") + "and/or net.*ipv4_address, and verify that the deployment server addresses and subnet mask/prefix length are accurate)") if not uuidok and not macok: allok = False emprint(f'{args.node} does not have a uuid or mac address defined in id.uuid or net.*hwaddr, deployment will not work (Example resolution: nodeinventory {args.node} -s)')