summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-27 16:19:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-27 16:19:23 -0400
commit70329dc9802e28b7831a226277c5f33902f6e8f5 (patch)
tree9049d43c74df8209b60113236873bb8fcd3d854e
parente365b8300d8d301dfec358bf07496d1eeecad300 (diff)
typo
-rw-r--r--doc/design/assistant/blog/day_18__merging.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/design/assistant/blog/day_18__merging.mdwn b/doc/design/assistant/blog/day_18__merging.mdwn
index 43b8f4958..44a79e14f 100644
--- a/doc/design/assistant/blog/day_18__merging.mdwn
+++ b/doc/design/assistant/blog/day_18__merging.mdwn
@@ -51,9 +51,9 @@ code, and make `git annex sync` use it. Here's how it looks:
nothing to commit (working directory clean)
ok
merge synced/master
- CONFLICT (modify/delete): passwd deleted in refs/heads/synced/master and modified in HEAD. Version HEAD of passwd left in tree.
+ CONFLICT (modify/delete): bar.png deleted in refs/heads/synced/master and modified in HEAD. Version HEAD of bar.png left in tree.
Automatic merge failed; fix conflicts and then commit the result.
- passwd: needs merge
+ bar.png: needs merge
(Recording state in git...)
[master 0354a67] git-annex automatic merge conflict fix
ok