Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 31, 2023
1 parent e2f3584 commit c8bd315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/mongo/driver/ocsp/ocsp.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func processStaple(cfg config, staple []byte) (*ResponseDetails, error) {
// If the server has a Must-Staple certificate and the server does not present a stapled OCSP response, error.
if mustStaple && len(staple) == 0 {
return nil, errors.New("server provided a certificate with the Must-Staple extension but did not " +
"proivde a stapled OCSP response")
"provide a stapled OCSP response")
}

if len(staple) == 0 {
Expand Down

0 comments on commit c8bd315

Please sign in to comment.