Unverified Commit 394ebb67 authored by Ikko Eltociear Ashimine's avatar Ikko Eltociear Ashimine Committed by GitHub

Fix typo in Updater.cpp (#9511)

arguement -> argument
parent 908ca9f0
......@@ -228,7 +228,7 @@ bool UpdateClass::setCryptMode(const int cryptMode){
if(cryptMode >= U_AES_DECRYPT_NONE && cryptMode <= U_AES_DECRYPT_ON){
_cryptMode = cryptMode;
}else{
log_e("bad crypt mode arguement %i", cryptMode);
log_e("bad crypt mode argument %i", cryptMode);
return false;
}
return true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment