summaryrefslogtreecommitdiff
path: root/include/git2/refs.h
diff options
context:
space:
mode:
authorArthur Schreiber <schreiber.arthur@gmail.com>2014-01-16 21:53:25 +0100
committerArthur Schreiber <schreiber.arthur@gmail.com>2014-01-16 21:53:25 +0100
commit3f033c55950f5ebdb00c6628eaff7583b50b90b3 (patch)
treebd34d0e1bc528058ad1d6d9f2d4881241607eac9 /include/git2/refs.h
parent3f0e3e166218b875a3e011c790311fc5c50047d1 (diff)
downloadlibgit2-3f033c55950f5ebdb00c6628eaff7583b50b90b3.tar.gz
Revert a wrong doc change.
Diffstat (limited to 'include/git2/refs.h')
-rw-r--r--include/git2/refs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/refs.h b/include/git2/refs.h
index a568b9cde..b203f242b 100644
--- a/include/git2/refs.h
+++ b/include/git2/refs.h
@@ -91,7 +91,7 @@ GIT_EXTERN(int) git_reference_dwim(git_reference **out, git_repository *repo, co
*
* The signature and message for the reflog will be ignored if the
* reference does not belong in the standard set (HEAD, branches and
- * remote-tracking branches) or it does not have a reflog.
+ * remote-tracking branches) and it does not have a reflog.
*
* @param out Pointer to the newly created reference
* @param repo Repository where that reference will live