diff options
author | Jakob Pfender <jpfender@elegosoft.com> | 2011-03-23 14:57:41 +0100 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-03-23 18:55:44 +0200 |
commit | ea269511adee9db7343b802832626dba3f9c382e (patch) | |
tree | bf651ad34a05eec720bd3665413bfc28edd429b7 /include/git2/odb.h | |
parent | c585f55ff454bfc2d97e2db6b10fd8eab31b119d (diff) | |
download | libgit2-ea269511adee9db7343b802832626dba3f9c382e.tar.gz |
odb.h: Fix minor typo
Fix a doxygen typo ("@para" instead of "@param") in odb.h
Diffstat (limited to 'include/git2/odb.h')
-rw-r--r-- | include/git2/odb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/odb.h b/include/git2/odb.h index aa48b053a..1d351beea 100644 --- a/include/git2/odb.h +++ b/include/git2/odb.h @@ -200,7 +200,7 @@ GIT_EXTERN(int) git_odb_write(git_oid *oid, git_odb *odb, const void *data, size * @param stream pointer where to store the stream * @param db object database where the stream will write * @param size final size of the object that will be written - * @para type type of the object that will be written + * @param type type of the object that will be written * @return 0 if the stream was created; error code otherwise */ GIT_EXTERN(int) git_odb_open_wstream(git_odb_stream **stream, git_odb *db, size_t size, git_otype type); |