From 177c5981948eebd8a2b36ea80c13dd8203852517 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Fri, 3 Dec 2010 13:06:50 +0000
Subject: [PATCH]  - typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41089 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/README.Development.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildout/README.Development.txt b/buildout/README.Development.txt
index e02ce73b48..b0af9ad276 100644
--- a/buildout/README.Development.txt
+++ b/buildout/README.Development.txt
@@ -18,7 +18,7 @@ Now checkout the buildout:
 Start simple http server there:
 
   $ cd ~/buildout.devel/checkout
-  $ ~/erp5.buildout/bin/python2.6 -m 9000 # or any other free port
+  $ ~/erp5.buildout/bin/python2.6 -m SimpleHTTPServer 9000 # or any other free port
 
 Now create directory to simulate extending over the network:
 
-- 
2.30.9