From 9f254c2300aa69fce8446caae941d10663c18ea2 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 19 Jun 2018 21:58:04 +0000 Subject: [PATCH] Fix typo noticed by pstef@. --- tools/tools/git/HOWTO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/git/HOWTO b/tools/tools/git/HOWTO index d55c3cda7d5..48828e892a8 100644 --- a/tools/tools/git/HOWTO +++ b/tools/tools/git/HOWTO @@ -147,7 +147,7 @@ III. git-svn-rebase git-svn-rebase is a script that helps you keep current when using git plus subversion as outline in https://wiki.freebsd.org/GitWorkflow/GitSvn -since it's otherwise a pain to have many branhes active. It will rebase +since it's otherwise a pain to have many branches active. It will rebase those branches that haven't been merged yet. Some tweaking may be needed if you have other, weird branches in your tree (including any stable branches). To run it just cd into the git subversion tree somewhere and