Skip to content

Commit a29c527

Browse files
authored
Merge pull request #1621 from stackhpc/fix-ofed-typo
Fix typo in OFED guide
2 parents f739132 + e3962c1 commit a29c527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/contributor/ofed.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ a package update, which can also be limited to hosts in the ``mlnx`` group.
7878
7979
kayobe overcloud host package update --packages "*" --limit mlnx
8080
81-
To ensure the latest kernel is the default on boot, the bootloader entires will need
81+
To ensure the latest kernel is the default on boot, the bootloader entries will need
8282
to be reset before rebooting.
8383

8484
.. code-block:: console
8585
86-
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reset-bls-entires.yml -e reset_bls_host=mlnx
86+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reset-bls-entries.yml -e reset_bls_host=mlnx
8787
8888
The hosts can now be rebooted to use the latest kernel, a rolling reboot may be applicable
8989
here to reduce distruptions. See the `package updates documentation <package-updates>`.

0 commit comments

Comments
 (0)