commands/push: Fix typo in comment

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
This commit is contained in:
Steffen Prohaska 2017-04-22 16:58:17 +02:00
parent 13719e4c93
commit 0bc2df2a85
No known key found for this signature in database
GPG Key ID: CD4EF2ED1339052C

@ -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 {