summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-01-31 10:27:47 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-01-31 10:27:47 (EST)
commit92a17779cfac324cddd1e53a245c440259362930 (patch)
tree08a4b1e6e5dbc83d7da67c1df49737e53c357b01 /docs
parente7382372f7091282c29f14a4a13aa3cfff5f486b (diff)
downloadlibreboot-92a17779cfac324cddd1e53a245c440259362930.zip
libreboot-92a17779cfac324cddd1e53a245c440259362930.tar.gz
libreboot-92a17779cfac324cddd1e53a245c440259362930.tar.bz2
typo
Diffstat (limited to 'docs')
-rw-r--r--docs/git/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/git/index.html b/docs/git/index.html
index 02f4225..2178021 100644
--- a/docs/git/index.html
+++ b/docs/git/index.html
@@ -80,8 +80,8 @@
</p>
<p>
- Since libreboot makes extensive use of git, you need to setup git properly. If you haven't setup
- git yet, the minimum requirement is:<br/>
+ Since libreboot makes extensive use of git, you need to configure git properly. If you have not yet configured
+ git, then the minimum requirement is:<br/>
$ <b>git config --global user.name "Your Name"</b><br/>
$ <b>git config --global user.email your@emailaddress.com</b><br/>
This is what will also appear in git logs if you ever commit your own changes to a given repository. For