]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
nsscash: fix typo in test comment
authorSimon Ruderich <simon@ruderich.org>
Sun, 14 Jul 2019 06:18:33 +0000 (08:18 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 14 Jul 2019 06:18:33 +0000 (08:18 +0200)
main_test.go

index 7ccaca93dbff536cccc2968a8494aa3350486bcb..a8b81b41e2430ce3d983eacde7a3d3162c2f7564 100644 (file)
@@ -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)
 }