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
|
var inPath, outPath, clean, warnText string
|
||||||
// You cannot perform both decryption and encryption in one request
|
// You cannot perform both decryption and encryption in one request
|
||||||
if in.DecryptPath != "" && in.EncryptPath != "" {
|
if in.DecryptPath != "" && in.EncryptPath != "" {
|
||||||
err = errors.New("Ambigous")
|
err = errors.New("Ambiguous")
|
||||||
sendResponse(conn, err, "", "")
|
sendResponse(conn, err, "", "")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
2
main.go
2
main.go
@ -141,7 +141,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
if args.wpanic {
|
if args.wpanic {
|
||||||
tlog.Warn.Wpanic = true
|
tlog.Warn.Wpanic = true
|
||||||
tlog.Debug.Printf("Panicing on warnings")
|
tlog.Debug.Printf("Panicking on warnings")
|
||||||
}
|
}
|
||||||
// Every operation below requires CIPHERDIR. Exit if we don't have it.
|
// Every operation below requires CIPHERDIR. Exit if we don't have it.
|
||||||
if flagSet.NArg() == 0 {
|
if flagSet.NArg() == 0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user