From b3783fba951db7070ee991282c96eefac97422c2 Mon Sep 17 00:00:00 2001 From: exezm0r Date: Tue, 9 Jul 2019 18:31:38 +0200 Subject: [PATCH] fixed typo (#2927) --- libraries/Update/src/Update.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Update/src/Update.h b/libraries/Update/src/Update.h index a4da83ea84d..43b3a887a64 100644 --- a/libraries/Update/src/Update.h +++ b/libraries/Update/src/Update.h @@ -62,7 +62,7 @@ class UpdateClass { If all bytes are written this call will write the config to eboot and return true - If there is already an update running but is not finished and !evenIfRemainanig + If there is already an update running but is not finished and !evenIfRemaining or there is an error this will clear everything and return false the last error is available through getError()