Skip to content

Commit 031723d

Browse files
committed
removed typo
1 parent d051eb0 commit 031723d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/SSLCertificateManagement_Example/SSLCertificateManagement_Example.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ void setup() {
6262
Serial.println("You're connected to the network");
6363
Serial.println();
6464

65-
// eraseTrustedRooterase from the module all the actual TrustedRoot
66-
// pointed by the GSM object call this API after the set will try to erase
67-
// if rpresent the certificate present in SECRET_GSM_ROOT_CERTS
65+
// eraseTrustedRoot erase from the module all the actual Trusted Root
66+
// pointed by the GSM object, call this API after the set will try to erase
67+
// all the certificates present in SECRET_GSM_ROOT_CERTS
6868
client.eraseTrustedRoot();
6969
client.setUserRoots(SECRET_GSM_ROOT_CERTS, SECRET_GSM_ROOT_SIZE);
7070

0 commit comments

Comments
 (0)