From 30aa96cdf8dc8d93865cbb26f3692a87cb065f86 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 7 Jun 2018 07:53:36 -0400 Subject: Use hyphenated "remote-tracking branch" (docs and comments) Use the obvious consensus of hyphenated "remote-tracking branch", and fix an obvious typo, all in documentation and comments. Signed-off-by: Robert P. J. Day Signed-off-by: Junio C Hamano --- builtin/branch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin/branch.c') diff --git a/builtin/branch.c b/builtin/branch.c index 8dcc2ed058..a64e435032 100644 --- a/builtin/branch.c +++ b/builtin/branch.c @@ -698,7 +698,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix) * If no sorting parameter is given then we default to sorting * by 'refname'. This would give us an alphabetically sorted * array with the 'HEAD' ref at the beginning followed by - * local branches 'refs/heads/...' and finally remote-tacking + * local branches 'refs/heads/...' and finally remote-tracking * branches 'refs/remotes/...'. */ if (!sorting) -- cgit 1.2.3-korg