From 62e7eb7d04793d7d629c1105a3eddf04e396ac24 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 16 Feb 2017 21:20:29 +0100 Subject: tests: reverse: check Access() call --- internal/fusefrontend_reverse/rpath.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/fusefrontend_reverse/rpath.go') diff --git a/internal/fusefrontend_reverse/rpath.go b/internal/fusefrontend_reverse/rpath.go index 9f52b28..02f4e9a 100644 --- a/internal/fusefrontend_reverse/rpath.go +++ b/internal/fusefrontend_reverse/rpath.go @@ -70,9 +70,9 @@ func (rfs *ReverseFS) rDecryptName(cName string, dirIV []byte, pDir string) (pNa } } else { // It makes no sense to decrypt a ".name" file. This is a virtual file - // that has no represantation in the plaintext filesystem. ".name" + // that has no representation in the plaintext filesystem. ".name" // files should have already been handled in virtualfile.go. - tlog.Warn.Printf("decryptPath: tried to decrypt %q!? Returning EINVAL.", cName) + tlog.Warn.Printf("rDecryptName: cannot decrypt virtual file %q", cName) return "", syscall.EINVAL } return pName, nil -- cgit v1.2.3