Skip to content

Commit ee69933

Browse files
adamrhuntermarcomagdy
authored andcommitted
Fixes "happens" typo
1 parent 9183f81 commit ee69933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ For example, if you are using the AWS C++ SDK, it's best to set the following co
157157
Aws::Client::ClientConfiguration config;
158158
config.caFile = "/etc/pki/tls/certs/ca-bundle.crt";
159159
```
160-
If you are not using the AWS C++ SDK, but happens to be using libcurl directly, you can set the CA bundle location by doing:
160+
If you are not using the AWS C++ SDK, but happen to be using libcurl directly, you can set the CA bundle location by doing:
161161
```c
162162
curl_easy_setopt(curl_handle, CURLOPT_CAINFO, "/etc/pki/tls/certs/ca-bundle.crt");
163163
```

0 commit comments

Comments
 (0)