1
0

Some typos fixing.

In basic necessarily changed to neccesarily.
In remotes follwed changed to followed.
In inspect added ) and divergant changed to divergent.
This commit is contained in:
Rinat Fayzrahmanov
2010-10-20 23:57:12 +04:00
committed by zloy
parent a92a8e002e
commit 112e7e060e
3 changed files with 4 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ layout: reference
last added it. This means that if we commit our snapshot right now, we will
be recording the version of the file when we last ran <code>git add</code>,
not the version that is on our disk. Git does not assume that what the file
looks like on disk is neccesarily what you want to snapshot - you have to
looks like on disk is necessarily what you want to snapshot - you have to
tell Git with the <code>git add</code> command.
</p>