From 305ce0bf10c4d63ff854bd949978412a60aff053 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Thu, 25 Jul 2024 09:49:23 +0200 Subject: [PATCH] Fix typo in firmwareupdater.md --- docs/icub_firmware/firmwareupdater/firmwareupdater.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/icub_firmware/firmwareupdater/firmwareupdater.md b/docs/icub_firmware/firmwareupdater/firmwareupdater.md index c009e0e54..b28880be2 100644 --- a/docs/icub_firmware/firmwareupdater/firmwareupdater.md +++ b/docs/icub_firmware/firmwareupdater/firmwareupdater.md @@ -2,7 +2,7 @@ With the `FirmwareUpdater` application it is possible to perform GUI-based FW update on both CAN- and ETH-based robots; the commonly used functionalities are: - Upload `application` firmware both on `ETH` boards and `CAN` boards -- Change the `IP addrress` for ethernet based boards +- Change the `IP address` for ethernet based boards - Change the `CAN ID` for the CAN based boards - Update the `eLoader` (advanced option) - Update the `eUpdater` (advanced option)