From b8959847a36a37c7a6f7d9d58a55b0a978bff01c Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Thu, 31 Aug 2017 21:41:28 +0100 Subject: [PATCH] correct spelling mistake --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7b1165c..ee62c26 100644 --- a/README.markdown +++ b/README.markdown @@ -105,7 +105,7 @@ equivalent to the trunk and there are no tags or branches. $ svn2git http://svn.example.com/path/to/repo --rootistrunk 5. The svn repo is in the standard layout but you want to exclude the massive -doc directory and the backup files you once accidently added. +doc directory and the backup files you once accidentally added. $ svn2git http://svn.example.com/path/to/repo --exclude doc --exclude '.*~$'