]> git.proxmox.com Git - libgit2.git/blobdiff - include/git2/clone.h
New upstream version 1.4.3+dfsg.1
[libgit2.git] / include / git2 / clone.h
index 3c3ea260eff783149f8402091c6475005ff2258c..3481f254c9d5321df45e781e48bba7eab96ee3c5 100644 (file)
@@ -49,7 +49,7 @@ typedef enum {
         * Bypass the git-aware transport, but do not try to use
         * hardlinks.
         */
-       GIT_CLONE_LOCAL_NO_LINKS,
+       GIT_CLONE_LOCAL_NO_LINKS
 } git_clone_local_t;
 
 /**
@@ -74,8 +74,8 @@ typedef int GIT_CALLBACK(git_remote_create_cb)(
        void *payload);
 
 /**
- * The signature of a function matchin git_repository_init, with an
- * aditional void * as callback payload.
+ * The signature of a function matching git_repository_init, with an
+ * additional void * as callback payload.
  *
  * Callers of git_clone my provide a function matching this signature
  * to override the repository creation and customization process