Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/multirootca/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
requests = promauto.NewCounterVec(
prometheus.CounterOpts{
Name: "requests_total",
Help: "How many requests for each operation type and signer were succesfully processed.",
Help: "How many requests for each operation type and signer were successfully processed.",
},
[]string{"operation", "signer"},
)
Expand Down
2 changes: 1 addition & 1 deletion doc/api/endpoint_scaninfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Example:
"description": "Scans for host's SSL/TLS version and cipher suite negotiation",
"scanners": {
"CipherSuite": {
"description": "Determines host's cipher suites accepted and prefered order"
"description": "Determines host's cipher suites accepted and preferred order"
},
"SigAlgs": {
"description": "Determines host's accepted signature and hash algorithms"
Expand Down
2 changes: 1 addition & 1 deletion scan/crypto/rsa/rsa.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// possible.
//
// Two sets of interfaces are included in this package. When a more abstract
// interface isn't neccessary, there are functions for encrypting/decrypting
// interface isn't necessary, there are functions for encrypting/decrypting
// with v1.5/OAEP and signing/verifying with v1.5/PSS. If one needs to abstract
// over the public-key primitive, the PrivateKey struct implements the
// Decrypter and Signer interfaces from the crypto package.
Expand Down