Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-reference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Bom <niels-bom-md@users.noreply.github.com>2015-08-14 13:44:58 +0300
committerNiels Bom <niels-bom-md@users.noreply.github.com>2015-08-14 13:44:58 +0300
commitd132fa09ee0301ded7cfe74d27ba9d321a9306f3 (patch)
treeab7e6204a37194dae7f6712cec52f3b339e2d31b
parent342eeced3d3bf90771bb4fdedc1981d0d21f4964 (diff)
Fix typo.
-rw-r--r--basic/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/index.html b/basic/index.html
index 67766a0..fe98223 100644
--- a/basic/index.html
+++ b/basic/index.html
@@ -728,7 +728,7 @@ nothing to commit (working directory clean)
directory look like the index, unstage files and undo any changes made
since the last commit.
This is the most dangerous option and not working directory safe. Any
- changes that are not in the index or that have not been commited will be lost.</p>
+ changes that are not in the index or that have not been committed will be lost.</p>
<pre>
<b>$ git status</b>