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 {