Typo fix "file sever"->"file server"

line 87: "file sever" should be replaced with "file server"
pull/2604/merge
AdamDang 2018-03-13 14:38:01 +08:00 committed by dlorenc
parent 6ccc0198c7
commit 6bf2661ca2
1 changed files with 1 additions and 1 deletions

View File

@ -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}