From 399f21f9b91f70b6c0fadb5e3fba6c6fba35cb3b Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Sat, 15 May 2021 20:15:52 -0700 Subject: [PATCH] spellcheck on README --- systemctl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemctl_test.go b/systemctl_test.go index a8eb67f..629122e 100644 --- a/systemctl_test.go +++ b/systemctl_test.go @@ -168,7 +168,7 @@ func TestDisable(t *testing.T) { } -// Runs through all defined properties and checks for error cases +// Runs through all defined Properties in parallel and checks for error cases func TestShow(t *testing.T) { if testing.Short() { t.Skip("skipping test in short mode.")