Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smittals2 committed Oct 28, 2024
1 parent ebae340 commit 62f2158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool-openssl/verify.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static const argument_t kArguments[] = {
};

// setup_verification_store sets up an X509 certificate store for verification.
// It configures te store with file and directory lookups. It loads the
// It configures the store with file and directory lookups. It loads the
// specified CA file if provided and otherwise uses default locations.
static X509_STORE *setup_verification_store(std::string CAfile) {
X509_STORE *store = X509_STORE_new();
Expand Down

0 comments on commit 62f2158

Please sign in to comment.