Skip to content

Commit bf0a900

Browse files
donsandeepmistry
authored andcommitted
spelling
1 parent 5f8cb15 commit bf0a900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Tools/ECCX08CSR/ECCX08CSR.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void setup() {
4646
Serial.println();
4747

4848
if (!ECCX08.locked()) {
49-
String lock = promptAndReadLine("The ECCX08 on your board is not locked, would you like to PERMANTENTLY configure and lock it now? (y/N)", "N");
49+
String lock = promptAndReadLine("The ECCX08 on your board is not locked, would you like to PERMANENTLY configure and lock it now? (y/N)", "N");
5050

5151
if (!lock.startsWith("y")) {
5252
Serial.println("Unfortunately you can't proceed without locking it :(");

0 commit comments

Comments
 (0)