There was an error while loading. Please reload this page.
1 parent 908ca9f commit 394ebb6Copy full SHA for 394ebb6
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