We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200d0d7 commit 01526aaCopy full SHA for 01526aa
internal/filesystem/nfs/client.go
@@ -83,7 +83,7 @@ func NewNFSGuest(maddr multiaddr.Multiaddr, options ...ClientOption) (*goFS, err
83
}
84
const (
85
network = "tcp"
86
- privledged = false
+ privileged = false
87
)
88
client, err := rpc.DialTCP(network, naddr.String(), privledged)
89
if err != nil {
0 commit comments