aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-01-31 15:27:47 +0000
committerFrancis Rowe <info@gluglug.org.uk>2015-01-31 15:27:47 +0000
commit92a17779cfac324cddd1e53a245c440259362930 (patch)
tree08a4b1e6e5dbc83d7da67c1df49737e53c357b01
parente7382372f7091282c29f14a4a13aa3cfff5f486b (diff)
downloadlibrebootfr-92a17779cfac324cddd1e53a245c440259362930.tar.gz
librebootfr-92a17779cfac324cddd1e53a245c440259362930.zip
typo
-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 02f4225d..2178021e 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