summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMihai Capotă <mihai@mihaic.ro>2013-03-27 11:04:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-03-27 16:30:54 (GMT)
commit38ef8a76e7c8c3e1be6e6ae96cfccc4191e9eac8 (patch)
treef58fec05f8413290bca1e78b87643ae36204f4d5 /Documentation
parente39c695d871d877a621e39cef7e5bd208bb7b157 (diff)
downloadgit-38ef8a76e7c8c3e1be6e6ae96cfccc4191e9eac8.zip
git-38ef8a76e7c8c3e1be6e6ae96cfccc4191e9eac8.tar.gz
git-38ef8a76e7c8c3e1be6e6ae96cfccc4191e9eac8.tar.bz2
git-pull doc: fix grammo ("conflicts" is plural)
Signed-off-by: Mihai Capotă <mihai@mihaic.ro> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-pull.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt
index 67fa5ee..638456b 100644
--- a/Documentation/git-pull.txt
+++ b/Documentation/git-pull.txt
@@ -218,7 +218,7 @@ $ git merge origin/next
------------------------------------------------
-If you tried a pull which resulted in a complex conflicts and
+If you tried a pull which resulted in complex conflicts and
would want to start over, you can recover with 'git reset'.