From a192f78dce06962c0ca6fb2d3dd7b1308d1719b8 Mon Sep 17 00:00:00 2001 From: Pavel Valach Date: Tue, 8 Oct 2024 01:13:58 +0200 Subject: [PATCH] Fix typo in Ethernet --- sin-setup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sin-setup.bat b/sin-setup.bat index d081c34..0d4a6a6 100644 --- a/sin-setup.bat +++ b/sin-setup.bat @@ -155,7 +155,7 @@ echo. :setEth :: Print all network interfaces -echo List of Avaliable Interfaces: +echo List of Available Interfaces: echo. wmic nic where 'NOT Manufacturer like "%%Microsoft%%" and PhysicalAdapter=TRUE and NOT Manufacturer like "%%Windows%%"' get Manufacturer,MACAddress,NetConnectionID 2>nul IF NOT %ERRORLEVEL% EQU 0 (