Skip to content

Commit

Permalink
Typo fix "file sever"->"file server"
Browse files Browse the repository at this point in the history
line 87: "file sever" should be replaced with "file server"
  • Loading branch information
AdamDang authored and dlorenc committed Mar 13, 2018
1 parent 6ccc019 commit 6bf2661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/go9p/clnt_mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 6bf2661

Please sign in to comment.