From 0bc2df2a854785db9acafac377a037f9278b3ffc Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Sat, 22 Apr 2017 16:58:17 +0200 Subject: [PATCH] commands/push: Fix typo in comment Signed-off-by: Steffen Prohaska --- commands/command_push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/command_push.go b/commands/command_push.go index 3763a91f..6a91790c 100644 --- a/commands/command_push.go +++ b/commands/command_push.go @@ -102,7 +102,7 @@ func refsByNames(refnames []string) ([]*git.Ref, error) { // // Remote must be a remote name, not a URL // -// pushCommand calculates the git objects to send by looking comparing the range +// pushCommand calculates the git objects to send by comparing the range // of commits between the local and remote git servers. func pushCommand(cmd *cobra.Command, args []string) { if len(args) == 0 {