Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2018 21:58:04 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335388 - head/tools/tools/git
Message-ID:  <201806192158.w5JLw4SQ052096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Jun 19 21:58:04 2018
New Revision: 335388
URL: https://svnweb.freebsd.org/changeset/base/335388

Log:
  Fix typo noticed by pstef@.

Modified:
  head/tools/tools/git/HOWTO

Modified: head/tools/tools/git/HOWTO
==============================================================================
--- head/tools/tools/git/HOWTO	Tue Jun 19 21:26:23 2018	(r335387)
+++ head/tools/tools/git/HOWTO	Tue Jun 19 21:58:04 2018	(r335388)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806192158.w5JLw4SQ052096>