We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b9464 commit 6046b69Copy full SHA for 6046b69
libraries/Update/src/Updater.cpp
@@ -228,7 +228,7 @@ bool UpdateClass::setCryptMode(const int cryptMode){
228
if(cryptMode >= U_AES_DECRYPT_NONE && cryptMode <= U_AES_DECRYPT_ON){
229
_cryptMode = cryptMode;
230
}else{
231
- log_e("bad crypt mode arguement %i", cryptMode);
+ log_e("bad crypt mode argument %i", cryptMode);
232
return false;
233
}
234
return true;
0 commit comments