Skip to content

Commit 01526aa

Browse files
djdvwillscott
andauthored
Update internal/filesystem/nfs/client.go
Co-authored-by: Will <[email protected]>
1 parent 200d0d7 commit 01526aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/filesystem/nfs/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func NewNFSGuest(maddr multiaddr.Multiaddr, options ...ClientOption) (*goFS, err
8383
}
8484
const (
8585
network = "tcp"
86-
privledged = false
86+
privileged = false
8787
)
8888
client, err := rpc.DialTCP(network, naddr.String(), privledged)
8989
if err != nil {

0 commit comments

Comments
 (0)