summaryrefslogtreecommitdiff
path: root/include/git2/transport.h
diff options
context:
space:
mode:
authorBen Chatelain <benchatelain@gmail.com>2015-02-10 08:31:48 -0700
committerBen Chatelain <benchatelain@gmail.com>2015-02-10 08:31:48 -0700
commitec7e1c93ce1c177026073abd16d6a8d2b548d3bd (patch)
treedbfd9e26f2842133baf5a61fd986b5922f408a83 /include/git2/transport.h
parentb703049c6189fec223896999b9cf5d78efcb08d7 (diff)
downloadlibgit2-ec7e1c93ce1c177026073abd16d6a8d2b548d3bd.tar.gz
Fix doc comment formatting
Diffstat (limited to 'include/git2/transport.h')
-rw-r--r--include/git2/transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/transport.h b/include/git2/transport.h
index 39df479c7..c10907f5f 100644
--- a/include/git2/transport.h
+++ b/include/git2/transport.h
@@ -292,7 +292,7 @@ GIT_EXTERN(int) git_cred_username_new(git_cred **cred, const char *username);
*
* - cred: The newly created credential object.
* - url: The resource for which we are demanding a credential.
- * - username_from_url: The username that was embedded in a "user@host"
+ * - username_from_url: The username that was embedded in a "user\@host"
* remote url, or NULL if not included.
* - allowed_types: A bitmask stating which cred types are OK to return.
* - payload: The payload provided when specifying this callback.