diff options
Diffstat (limited to 'tests/cli/cli_test.go')
-rw-r--r-- | tests/cli/cli_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli/cli_test.go b/tests/cli/cli_test.go index 915759d..fc2bfed 100644 --- a/tests/cli/cli_test.go +++ b/tests/cli/cli_test.go @@ -951,7 +951,7 @@ func TestInitNotEmpty(t *testing.T) { } // TestSharedstorage checks that `-sharedstorage` shows stable inode numbers to -// userpsace despite having hard link tracking disabled +// userspace despite having hard link tracking disabled func TestSharedstorage(t *testing.T) { dir := test_helpers.InitFS(t) mnt := dir + ".mnt" |