summaryrefslogtreecommitdiff
path: root/connect.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-02-16 22:45:14 -0800
committerJunio C Hamano <gitster@pobox.com>2010-02-16 22:45:14 -0800
commit6d816301cd53e54af3398b634d47588a6f184be4 (patch)
tree946bbec83ad85736d3e4c25406d510ac4841e256 /connect.c
parent72cd63c008c673e185740a694cdf3e85711df3d2 (diff)
parent9517e6b84357252e1882091343661c34d978771e (diff)
downloadgit-6d816301cd53e54af3398b634d47588a6f184be4.tar.gz
Merge branch 'jc/typo'
* jc/typo: Typofixes outside documentation area
Diffstat (limited to 'connect.c')
-rw-r--r--connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/connect.c b/connect.c
index 20054e4d0f..a37cf6af04 100644
--- a/connect.c
+++ b/connect.c
@@ -504,7 +504,7 @@ struct child_process *git_connect(int fd[2], const char *url_orig,
/*
* Don't do destructive transforms with git:// as that
- * protocol code does '[]' dewrapping of its own.
+ * protocol code does '[]' unwrapping of its own.
*/
if (host[0] == '[') {
end = strchr(host + 1, ']');