diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-22 02:34:47 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-22 02:34:47 (EDT) |
commit | 520fb15addf3809cfd734a1698fb55f8c9e7b942 (patch) | |
tree | 3b3870f1bd0d03af2ea3a3244824c7ca98ab72e0 /site/contrib | |
parent | 18f8ae8e86afe516032dbe7c23352499b303a2e7 (diff) | |
download | libreboot.org-520fb15addf3809cfd734a1698fb55f8c9e7b942.zip libreboot.org-520fb15addf3809cfd734a1698fb55f8c9e7b942.tar.gz libreboot.org-520fb15addf3809cfd734a1698fb55f8c9e7b942.tar.bz2 |
fix typo
Diffstat (limited to 'site/contrib')
-rw-r--r-- | site/contrib/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/contrib/index.php b/site/contrib/index.php index b8c97ea..76df197 100644 --- a/site/contrib/index.php +++ b/site/contrib/index.php @@ -73,7 +73,7 @@ </p> <h2>Lisa Maginnis</h2> <p> - <?php echo gettext("<a href=\"https://fsf.org/\">FSF</a> sysadmin, responsible for maintaining the libreboot and libreboot-dev mailing lists, and much of the infrastructure that libreboot uses (for instance, libreboot uses Savannah for Git hosting."); ?> + <?php echo gettext("<a href=\"https://fsf.org/\">FSF</a> sysadmin, responsible for maintaining the libreboot and libreboot-dev mailing lists, and much of the infrastructure that libreboot uses (for instance, libreboot uses Savannah for Git hosting)."); ?> <?php echo gettext("Contact <b>nully</b> in the libreboot IRC channel."); ?> </p> <h2>Steve Shenton</h2> |