From c0d19bd5076a5781946392ec179ad802ed61f96c Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Sat, 15 May 2021 20:15:52 -0700 Subject: [PATCH] spellcheck on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4893194..196dcae 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # systemctl This library aims at providing idiomatic `systemctl` bindings for go developers, in order to make it easier to write system tooling using golang. -This tool tries to take guesswork out of arbitrarily shelling out to `systemctl` by providing a structured, throuroughly-tested wrapper for the `systemctl` functions most-likely to be used in a system program. +This tool tries to take guesswork out of arbitrarily shelling out to `systemctl` by providing a structured, thoroughly-tested wrapper for the `systemctl` functions most-likely to be used in a system program. If your system isn't running (or targeting another system running) `systemctl`, this library will be of little use to you. In fact, if `systemctl` isn't found in the `PATH`, this library will panic. @@ -37,7 +37,7 @@ In fact, if `systemctl` isn't found in the `PATH`, this library will panic. ## Useful errors -All functions return a predefinied error type, and it is highly recommended these errors are handled properly. +All functions return a predefined error type, and it is highly recommended these errors are handled properly. ## Context support