From: Simon Ruderich Date: Sun, 14 Jul 2019 06:18:33 +0000 (+0200) Subject: nsscash: fix typo in test comment X-Git-Tag: 0.1~34 X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=commitdiff_plain;h=172bb2f20e775d24b5010c45c3b9cc83df3fe329 nsscash: fix typo in test comment --- 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) }