diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 12:46:21 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 12:46:21 (EDT) |
commit | 8238d227f14c2a3f6644736be079d1077b27b900 (patch) | |
tree | e5e0a48e883ab9c56edd2d207445dd3da96e51c3 | |
parent | 661bd8a67967c4e80cb6fd156f153f65dbf54456 (diff) | |
download | libreboot.org-8238d227f14c2a3f6644736be079d1077b27b900.zip libreboot.org-8238d227f14c2a3f6644736be079d1077b27b900.tar.gz libreboot.org-8238d227f14c2a3f6644736be079d1077b27b900.tar.bz2 |
typo fix
-rw-r--r-- | site/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/index.php b/site/index.php index 47c8b3f..79f4055 100644 --- a/site/index.php +++ b/site/index.php @@ -38,7 +38,7 @@ </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> - Libreboot is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre) boot firmware based on <a href="http://coreboot.org/">coreboot</a>, + Libreboot is <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre) boot firmware based on <a href="http://coreboot.org/">coreboot</a>, intended to replace the proprietary <a href="https://en.wikipedia.org/wiki/BIOS">BIOS</a>/<a href="https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface">UEFI</a> firmware. Boot firmware is the low-level software that runs when you turn your computer on, which initializes the hardware and starts a bootloader for your operating system. <a href="docs/index.html#why">Learn more</a> @@ -47,7 +47,7 @@ Most people in the global <a href="https://www.gnu.org/philosophy/free-sw.html">free software</a> community are using free operating systems; namely, the <a href="https://gnu.org/">GNU operating system</a>. However, most people still rely on <a href="https://gnu.org/philosophy/proprietary/">proprietary</a> boot firmware. The goal of the libreboot project is identical to that of the <a href="https://gnu.org/">GNU project</a> and <a href="https://fsf.org/">Free Software Foundation</a>, which is to ensure that everyone - has the freedom to use, study, modify and share software; in other words, the freedom to truly own and control the technology that they use. We want everyone to use free software, exclusively. + has the freedom to use, study, modify and share software; in other words, the freedom to truly own and control the technology that they use. We want everyone to be able to use free software, exclusively. </p> <ul> <li><a href="download/"><?php echo gettext("Download libreboot"); ?></a></li> |