summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2012-03-28 08:41:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-03-28 15:47:23 (GMT)
commita7793a749115ead3b8f7447ce1e96572ea5d8ea3 (patch)
treeb25c8f7aca546e7113e694a23318db546799bd68 /perl
parent59012e20f8461e51d9f7de1c6ebf05ee7a46b2c2 (diff)
downloadgit-a7793a749115ead3b8f7447ce1e96572ea5d8ea3.zip
git-a7793a749115ead3b8f7447ce1e96572ea5d8ea3.tar.gz
git-a7793a749115ead3b8f7447ce1e96572ea5d8ea3.tar.bz2
correct spelling: an URL -> a URL
Signed-off-by: Jim Meyering <meyering@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/Git.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Git.pm b/perl/Git.pm
index f7ce511..497f420 100644
--- a/perl/Git.pm
+++ b/perl/Git.pm
@@ -691,7 +691,7 @@ The hash is in the format C<refname =\> hash>. For tags, the C<refname> entry
contains the tag object while a C<refname^{}> entry gives the tagged objects.
C<REPOSITORY> has the same meaning as the appropriate C<git-ls-remote>
-argument; either an URL or a remote name (if called on a repository instance).
+argument; either a URL or a remote name (if called on a repository instance).
C<GROUPS> is an optional arrayref that can contain 'tags' to return all the
tags and/or 'heads' to return all the heads. C<REFGLOB> is an optional array
of strings containing a shell-like glob to further limit the refs returned in