Skip to content

Commit f34dc93

Browse files
committed
Typos
1 parent f79a6c5 commit f34dc93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/SD/examples/CardInfo/CardInfo.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ void setup()
5555
// since we're just testing if the card is working!
5656
if (!card.init(SPI_HALF_SPEED, chipSelect)) {
5757
Serial.println("initialization failed. Things to check:");
58-
Serial.println("* is a card is inserted?");
59-
Serial.println("* Is your wiring correct?");
58+
Serial.println("* is a card inserted?");
59+
Serial.println("* is your wiring correct?");
6060
Serial.println("* did you change the chipSelect pin to match your shield or module?");
6161
return;
6262
} else {

0 commit comments

Comments
 (0)