Skip to content

Commit 6bf2661

Browse files
AdamDangdlorenc
authored andcommitted
Typo fix "file sever"->"file server"
line 87: "file sever" should be replaced with "file server"
1 parent 6ccc019 commit 6bf2661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/go9p/clnt_mount.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func MountConn(c net.Conn, aname string, msize uint32, user User) (*Clnt, error)
8484
return clnt, nil
8585
}
8686

87-
// Closes the connection to the file sever.
87+
// Closes the connection to the file server.
8888
func (clnt *Clnt) Unmount() {
8989
clnt.Lock()
9090
clnt.err = &Error{"connection closed", EIO}

0 commit comments

Comments
 (0)