Fix spelling (#205)
This commit is contained in:
parent
5b986288cf
commit
bf2f9640c4
@ -117,7 +117,7 @@ func (ch *ctlSockHandler) handleRequest(in *RequestStruct, conn *net.UnixConn) {
|
||||
var inPath, outPath, clean, warnText string
|
||||
// You cannot perform both decryption and encryption in one request
|
||||
if in.DecryptPath != "" && in.EncryptPath != "" {
|
||||
err = errors.New("Ambigous")
|
||||
err = errors.New("Ambiguous")
|
||||
sendResponse(conn, err, "", "")
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user