summaryrefslogtreecommitdiff
path: root/transport.c
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 /transport.c
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 'transport.c')
-rw-r--r--transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transport.c b/transport.c
index 181f8f2..ea9dcb6 100644
--- a/transport.c
+++ b/transport.c
@@ -1154,7 +1154,7 @@ int transport_disconnect(struct transport *transport)
}
/*
- * Strip username (and password) from an url and return
+ * Strip username (and password) from a URL and return
* it in a newly allocated string.
*/
char *transport_anonymize_url(const char *url)