Skip to content

Commit 394ebb6

Browse files
authored
Fix typo in Updater.cpp (#9511)
arguement -> argument
1 parent 908ca9f commit 394ebb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Update/src/Updater.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ bool UpdateClass::setCryptMode(const int cryptMode){
228228
if(cryptMode >= U_AES_DECRYPT_NONE && cryptMode <= U_AES_DECRYPT_ON){
229229
_cryptMode = cryptMode;
230230
}else{
231-
log_e("bad crypt mode arguement %i", cryptMode);
231+
log_e("bad crypt mode argument %i", cryptMode);
232232
return false;
233233
}
234234
return true;

0 commit comments

Comments
 (0)