diff options
author | JeremyRand <biolizard89@gmail.com> | 2019-09-04 14:20:45 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-04 14:20:45 -0500 |
commit | 32323d7d67f8bdc867c05f6a1ca0cb4be836b55d (patch) | |
tree | 94457e44a3fce401965f3c6c719fd4d6d60ccf3c | |
parent | 6764735837ed4b04a41ba3101d2238d7d7e93c20 (diff) | |
download | horizon-32323d7d67f8bdc867c05f6a1ca0cb4be836b55d.tar.gz horizon-32323d7d67f8bdc867c05f6a1ca0cb4be836b55d.tar.bz2 horizon-32323d7d67f8bdc867c05f6a1ca0cb4be836b55d.tar.xz horizon-32323d7d67f8bdc867c05f6a1ca0cb4be836b55d.zip |
Fix typo in UI.Firmware.Load
-rw-r--r-- | devel/requirements/3_functional.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml index ed101b1..b8dc89a 100644 --- a/devel/requirements/3_functional.xml +++ b/devel/requirements/3_functional.xml @@ -188,7 +188,7 @@ </formalpara> <formalpara id="UI.Firmware.Load"> <title>UI.Firmware.Load</title> - <para>If the User chooses to load binary firmware, the system shall add the APK Fission repository and the linux-firwmare package to the installed environment.</para> + <para>If the User chooses to load binary firmware, the system shall add the APK Fission repository and the <literal>linux-firmware</literal> package to the installed environment.</para> </formalpara> </section> <section id="ui_firmware_key"> |