Typo fix "file sever"->"file server"
line 87: "file sever" should be replaced with "file server"pull/2604/merge
parent
6ccc0198c7
commit
6bf2661ca2
|
@ -84,7 +84,7 @@ func MountConn(c net.Conn, aname string, msize uint32, user User) (*Clnt, error)
|
|||
return clnt, nil
|
||||
}
|
||||
|
||||
// Closes the connection to the file sever.
|
||||
// Closes the connection to the file server.
|
||||
func (clnt *Clnt) Unmount() {
|
||||
clnt.Lock()
|
||||
clnt.err = &Error{"connection closed", EIO}
|
||||
|
|
Loading…
Reference in New Issue