summaryrefslogtreecommitdiffstats
path: root/site/git/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <fchmmr@minifree.lan>2015-10-29 23:16:19 (EDT)
committer Francis Rowe <fchmmr@minifree.lan>2015-10-29 23:16:19 (EDT)
commitff46b9798be86b38e92c1c1cfe31a6d53838400b (patch)
tree04c07a2ffefba8d92ef19ca3221e8b45a1c9f5a6 /site/git/index.php
parentbab3dbb03c790e12192410f65064f38d35428b08 (diff)
downloadlibreboot.org-ff46b9798be86b38e92c1c1cfe31a6d53838400b.zip
libreboot.org-ff46b9798be86b38e92c1c1cfe31a6d53838400b.tar.gz
libreboot.org-ff46b9798be86b38e92c1c1cfe31a6d53838400b.tar.bz2
typofix
Diffstat (limited to 'site/git/index.php')
-rw-r--r--site/git/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/git/index.php b/site/git/index.php
index a5ac4e1..f063060 100644
--- a/site/git/index.php
+++ b/site/git/index.php
@@ -131,7 +131,7 @@
<?php echo gettext("Make sure that you configured git so that your name and email address appear in the commits that you create:"); ?><br/>
$ <b>git config --global user.name &quot;Your Name&quot;</b><br/>
$ <b>git config --global user.email your@emailaddress.com</b><br/>
- <b>NOTE: you do not have to use your legal name; assumed names are OK. If you wish to be anonymous (no name), you can also use <i>Libreboot Contributor</i> as your name, and <i>noname@libreboot.org</i> as the email address. <i>We will happily accept anonymous contributions in the libreboot project.</i></b>
+ <b>NOTE: you do not have to use your legal name; we don't care what name you use. If you wish to be anonymous (no name), you can also use <i>Libreboot Contributor</i> as your name, and <i>noname@libreboot.org</i> as the email address. <i>We will happily accept anonymous contributions in the libreboot project.</i></b>
</p>
<p>
<?php echo gettext("The following is also useful:"); ?><br/>