From 7fd11dffef09b754ef0261ee93150748de6d4df0 Mon Sep 17 00:00:00 2001 From: Tomas Vrba <14039565+Tomasvrba@users.noreply.github.com> Date: Thu, 19 Dec 2019 12:13:05 +0100 Subject: [PATCH] fixup! fixup! hsm: add possibility to update HSM firmware from middleware --- middleware/src/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/src/util.go b/middleware/src/util.go index 37d9c26d..fb284b68 100644 --- a/middleware/src/util.go +++ b/middleware/src/util.go @@ -447,7 +447,7 @@ func (middleware *Middleware) hsmUpgradeAvailable() (bool, error) { // initHSM tries to connect to the HSM firmware. On success, it checks if a firmware upgrade is available // and tries to apply it. -// On failing to connect to the firmare, it tries to connect to the bootloader and re-install the firmware. +// On failing to connect to the firmware, it tries to connect to the bootloader and re-install the firmware. // If that also fails, we continue without the HSM func (middleware *Middleware) initHSM() { var err error