From 60d4a263b4d52a90a0919fd14b807bb009a70a1a Mon Sep 17 00:00:00 2001 From: Oleg Chuev Date: Mon, 8 Dec 2025 20:48:39 +0200 Subject: [PATCH] fix: correct typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0011e49..48dedafe 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Windows. There currently exists partial support for MacOSX. * No root privileges needed for discovery - `ghw` goes the extra mile to be useful without root priveleges. We query for + `ghw` goes the extra mile to be useful without root privileges. We query for host hardware information as directly as possible without relying on shellouts to programs like `dmidecode` that require root privileges to execute. @@ -520,7 +520,7 @@ information about the host computer's networking hardware. The `ghw.NetworkInfo` struct contains one field: * `ghw.NetworkInfo.NICs` is an array of pointers to `ghw.NIC` structs, one - for each network interface controller found for the systen + for each network interface controller found for the system Each `ghw.NIC` struct contains the following fields: