summaryrefslogtreecommitdiff
path: root/Documentation/tutorial.txt
diff options
context:
space:
mode:
authorBrian Hetro <whee@smaertness.net>2007-08-24 00:44:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-08-25 01:54:37 (GMT)
commit027830755d2972ab2201c53922ce402862a2bd80 (patch)
tree2be60c62bff96cbc3a1f2c2d0080e9f5750c95fa /Documentation/tutorial.txt
parentdb21872395a1a092faa85ef9c1ea53588d8414f0 (diff)
downloadgit-027830755d2972ab2201c53922ce402862a2bd80.zip
git-027830755d2972ab2201c53922ce402862a2bd80.tar.gz
git-027830755d2972ab2201c53922ce402862a2bd80.tar.bz2
Documentation: Correct various misspellings and typos.
Fix minor typos throughout the documentation. Signed-off-by: Brian Hetro <whee@smaertness.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/tutorial.txt')
-rw-r--r--Documentation/tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index bd9fbee..fff1068 100644
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -339,7 +339,7 @@ $ git pull . remotes/bob/master
-------------------------------------
Note that git pull always merges into the current branch,
-regardless of what else is given on the commandline.
+regardless of what else is given on the command line.
Later, Bob can update his repo with Alice's latest changes using