From dddd65ef9bce4f87362837edee5ce95380f88ccf Mon Sep 17 00:00:00 2001 From: exezm0r Date: Tue, 25 Jun 2019 01:24:21 +0200 Subject: [PATCH] fixed typo --- 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()