From 172bb2f20e775d24b5010c45c3b9cc83df3fe329 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 14 Jul 2019 08:18:33 +0200 Subject: [PATCH] nsscash: fix typo in test comment --- main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_test.go b/main_test.go index 7ccaca9..a8b81b4 100644 --- a/main_test.go +++ b/main_test.go @@ -728,7 +728,7 @@ path = "%[4]s" "status code 404") mustNotExist(t, statePath, plainPath) - // Even tough passwd was successfully fetched, no files were modified + // Even though passwd was successfully fetched, no files were modified // because the second fetch failed mustBeOld(t, passwdPath, groupPath) } -- 2.43.2