From 555e4c9e5f1f568cf8ad3c8baf7205d817ebd832 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Sat, 23 Apr 2022 13:44:57 -0400 Subject: [PATCH] comment: typo Signed-off-by: Vincent Batts --- update_linux_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_linux_test.go b/update_linux_test.go index 2d23160..729a484 100644 --- a/update_linux_test.go +++ b/update_linux_test.go @@ -90,5 +90,5 @@ func TestXattrUpdate(t *testing.T) { } // TODO make a test for xattr here. Likely in the user space for privileges. Even still this may be prone to error for some tmpfs don't act right with xattrs. :-\ - // I'd hate to have to t.Skip() a test rather than fail alltogether. + // I'd hate to have to t.Skip() a test rather than fail altogether. }