diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 17:24:09 (EDT) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 17:24:09 (EDT) |
commit | 54564ba99ae280715126a00c89ac11b012c20c02 (patch) | |
tree | ad3c253081cf4a96e0a5691d78e8e2eb0ddfd57f /site | |
parent | 208e9c842c23121322fa1b5f7b5b83ab09404568 (diff) | |
download | libreboot.org-54564ba99ae280715126a00c89ac11b012c20c02.zip libreboot.org-54564ba99ae280715126a00c89ac11b012c20c02.tar.gz libreboot.org-54564ba99ae280715126a00c89ac11b012c20c02.tar.bz2 |
git page: fix typo
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/git/index.php b/site/git/index.php index ca685be..a6e3b3f 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -60,7 +60,7 @@ <h2 id="download"><?php echo gettext("How to download"); ?> <span class="r"><a href="#download">#download</a></span></h2> <p> - Libreboot development is facilated by <i><a href="https://git-scm.com/">git</a></i>, a <i>distributed</i> version control system. + Libreboot development is facilitated by <i><a href="https://git-scm.com/">git</a></i>, a <i>distributed</i> version control system. You will need to install git (most GNU/Linux distributions package it in their repositories). </p> <h3><?php echo gettext("Coreboot distribution. <i>This also contains the documentation</i>:"); ?></h3> |