From 31a6118175a2a458f88211999952770949e3924c Mon Sep 17 00:00:00 2001 From: Arthur Schreiber Date: Wed, 29 May 2013 00:02:26 +0300 Subject: Fix two typos in the merge docs. --- include/git2/merge.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/git2/merge.h b/include/git2/merge.h index af8f36063..ce3ed8ed2 100644 --- a/include/git2/merge.h +++ b/include/git2/merge.h @@ -23,8 +23,8 @@ GIT_BEGIN_DECL /** - * Flags for `git_mrege_tree` options. A combination of these flags can be - * passed in via the `flags` vlaue in the `git_merge_tree_opts`. + * Flags for `git_merge_tree` options. A combination of these flags can be + * passed in via the `flags` value in the `git_merge_tree_opts`. */ typedef enum { /** Detect renames */ -- cgit v1.2.1