diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-18 04:49:16 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-18 04:49:16 (EDT) |
commit | 30c35d4a6208e137e8263754dbf1101e53676b86 (patch) | |
tree | 56b53bc79aa0c66b979ac6f688172cc3ad463439 /site/download | |
parent | 8da4ad6b23815e9a8c72c721912810e88a90de52 (diff) | |
download | libreboot.org-30c35d4a6208e137e8263754dbf1101e53676b86.zip libreboot.org-30c35d4a6208e137e8263754dbf1101e53676b86.tar.gz libreboot.org-30c35d4a6208e137e8263754dbf1101e53676b86.tar.bz2 |
fix typo on the download page
Diffstat (limited to 'site/download')
-rw-r--r-- | site/download/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/download/index.php b/site/download/index.php index 177c0bd..63de2e8 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -88,7 +88,7 @@ </p> <p> You can verify the downloaded SHA512 manifest as follows:<br/> - $ <b>gpg --verify sha512sum.txt.gpg</b> + $ <b>gpg --verify sha512sum.txt.sig</b> </p> </div> |