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 {
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 (){
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments