Skip to content

Commit 37bd963

Browse files
committed
fix typos
1 parent 056eb38 commit 37bd963

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/SD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ namespace SDLib {
376376
return card.lockCard(setLock, pwd);
377377
}
378378

379-
// !!CAUTION!! call this to completly erase a card,
379+
// !!CAUTION!! call this to completely erase a card,
380380
// this will unlock a card but also delete the complete file system,
381381
// reformatting will be required!
382382
bool SDClass::forceEraseCard(){

src/SD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ namespace SDLib {
109109
// lock card with a password
110110
bool lockCard(bool setLock, const char pwd);
111111
// !!CAUTION!! this can be used as last resort if the password of a locked card is unknown,
112-
// this will remove the files and filesystem, a reformatting of the card is neccessary after this
112+
// this will remove the files and filesystem, a reformatting of the card is necessary after this
113113
bool forceEraseCard();
114114

115115
private:

src/utility/Sd2Card.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ bool Sd2Card::lockCard(bool setLock, const char *pwd){
822822
}
823823
}
824824

825-
/** Completly erase a card
825+
/** Completely erase a card
826826
!! Use with caution !! this removes everything from a card, even the file system.
827827
Use this to remove a lock with an unknown password from a card.
828828

0 commit comments

Comments
 (0)