From 5bbd7299aa73ba64a701912203c84c733697efcb Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Fri, 28 Sep 2007 08:52:28 -0700
Subject: [PATCH] Fix wording (use diverged instead of derived)

Again thanks to Keith for noticing.
---
 tour.mdwn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tour.mdwn b/tour.mdwn
index c511fab..e9e0277 100644
--- a/tour.mdwn
+++ b/tour.mdwn
@@ -339,7 +339,7 @@ in the current branch, "HEAD~", refers to the previous commit, and
 
 Another useful syntax is .. which can be used to specify a range of
 commits. So "origin..master" specifies everything that has been
-committed to master since it derived from origin.
+committed to master since it diverged from origin.
 
 #### 2.4.3  Viewing specific revisions
 
-- 
2.45.2