From 529e249453e8a37f02c1c053e51bd958c1cf3845 Mon Sep 17 00:00:00 2001 From: liumk Date: Wed, 17 Jan 2018 04:05:45 -0500 Subject: [PATCH] fix a typo in ilo.rst: s/fimware/firmware/ Change-Id: Id8f39631d615d86ab9afc4a68baedf855fd78e73 --- doc/source/admin/drivers/ilo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/drivers/ilo.rst b/doc/source/admin/drivers/ilo.rst index 194a313ed4..5f08359652 100644 --- a/doc/source/admin/drivers/ilo.rst +++ b/doc/source/admin/drivers/ilo.rst @@ -1831,7 +1831,7 @@ The keyword arguments used for the clean step are as follows: * ``url``: URL of SPP (Service Pack for Proliant) ISO. It is mandatory. The URL schemes supported are ``http``, ``https`` and ``swift``. * ``checksum``: MD5 checksum of SPP ISO to verify the image. It is mandatory. -* ``components``: List of filenames of the fimware components to be flashed. +* ``components``: List of filenames of the firmware components to be flashed. It is optional. If not provided, the firmware update is performed on all the firmware components.