From 9af2e7f93f0894915732daad5c4200dacad55faf Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Tue, 16 Jun 2009 14:21:04 -0700
Subject: [PATCH] Fix typo so that there aren't two 2.3.2 sections

Thanks to Marina Esterlis for kindly pointing out this mistake.
---
 src/hgbook-git/tour.mdwn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hgbook-git/tour.mdwn b/src/hgbook-git/tour.mdwn
index 5c3a323..ab74730 100644
--- a/src/hgbook-git/tour.mdwn
+++ b/src/hgbook-git/tour.mdwn
@@ -234,7 +234,7 @@ discussing how to move commits between repositories:
 	   $ git clone hello hello-fetch
 	   $ git clone hello hello-remote
 
-#### 2.3.2 What’s in a repository?
+#### 2.3.3 What’s in a repository?
 
 When we take a more detailed look inside a repository, we can see that
 it contains a directory named .git. This is where git keeps all
-- 
2.45.2