summaryrefslogtreecommitdiffstats
path: root/docs/grub/index.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-01-18 06:57:44 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-01-18 06:58:59 (EST)
commit78067dd62a285731305b7a890da333d265ce6cad (patch)
tree499ecda40beb27d23dd39bb7f5689faf7ef4e9f2 /docs/grub/index.html
parentc44ef19d49c16064bed8964557f102fb58a336e7 (diff)
downloadlibreboot-78067dd62a285731305b7a890da333d265ce6cad.zip
libreboot-78067dd62a285731305b7a890da333d265ce6cad.tar.gz
libreboot-78067dd62a285731305b7a890da333d265ce6cad.tar.bz2
Documentation: fix incorrect usage of apostrophes.
Diffstat (limited to 'docs/grub/index.html')
-rw-r--r--docs/grub/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/grub/index.html b/docs/grub/index.html
index f2d554a..e4dd8dc 100644
--- a/docs/grub/index.html
+++ b/docs/grub/index.html
@@ -55,7 +55,7 @@
<p>I took Dejavu Sans Mono from dejavu (included in this version of libreboot) and did:<br/>
<b>$ ../../../grub/grub-mkfont -o dejavusansmono.pf2 ../../../dejavu-fonts-ttf-2.34/ttf/DejaVuSansMono.ttf</b></p>
- <p>I then added the instructions to 'build' script to include resources/grub/dejavusansmono.pf2 in all of the ROM's in root of cbfs.<br/>
+ <p>I then added the instructions to 'build' script to include resources/grub/dejavusansmono.pf2 in all of the ROM images in root of cbfs.<br/>
I then added that instructions to the grub.cfg files (to load the font):<br/>
<b>loadfont (cbfsdisk)/dejavusansmono.pf2</b></p>
@@ -89,7 +89,7 @@
<p>
The scripts <b>build</b> and <b>buildrom-withgrub</b> will automatically see this, and automatically build
- ROM's with your custom layout (given the name) and include them under bin. Example: <b>libreboot_frazerty.rom</b>.
+ ROM images with your custom layout (given the name) and include them under bin. Example: <b>libreboot_frazerty.rom</b>.
</p>
<p><a href="#pagetop">Back to top of page</a></p>