File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ namespace SDLib {
376
376
return card.lockCard (setLock, pwd);
377
377
}
378
378
379
- // !!CAUTION!! call this to completly erase a card,
379
+ // !!CAUTION!! call this to completely erase a card,
380
380
// this will unlock a card but also delete the complete file system,
381
381
// reformatting will be required!
382
382
bool SDClass::forceEraseCard (){
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ namespace SDLib {
109
109
// lock card with a password
110
110
bool lockCard (bool setLock, const char pwd);
111
111
// !!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
113
113
bool forceEraseCard ();
114
114
115
115
private:
Original file line number Diff line number Diff line change @@ -822,7 +822,7 @@ bool Sd2Card::lockCard(bool setLock, const char *pwd){
822
822
}
823
823
}
824
824
825
- /* * Completly erase a card
825
+ /* * Completely erase a card
826
826
!! Use with caution !! this removes everything from a card, even the file system.
827
827
Use this to remove a lock with an unknown password from a card.
828
828
You can’t perform that action at this time.
0 commit comments