summaryrefslogtreecommitdiff
path: root/src/git/revwalk.h
diff options
context:
space:
mode:
authorBenjamin C Meyer <ben@meyerhome.net>2010-10-25 16:32:16 -0700
committerBenjamin C Meyer <ben@meyerhome.net>2010-10-25 16:53:17 -0700
commit0037e4919bcb53f7441a18c992d0cc70e8d1d931 (patch)
tree73ee9dba130723f3d7d15fbdca21e876d49080d9 /src/git/revwalk.h
parent544d15194ac6732833cc0933de15323803b3fc44 (diff)
downloadlibgit2-0037e4919bcb53f7441a18c992d0cc70e8d1d931.tar.gz
Fix spelling mistakes in the documentation.
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
Diffstat (limited to 'src/git/revwalk.h')
-rw-r--r--src/git/revwalk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/git/revwalk.h b/src/git/revwalk.h
index 842503dea..87f199e07 100644
--- a/src/git/revwalk.h
+++ b/src/git/revwalk.h
@@ -16,7 +16,7 @@ GIT_BEGIN_DECL
/**
* Sort the repository contents in no particular ordering;
- * this sorting is arbritary, implementation-specific
+ * this sorting is arbitrary, implementation-specific
* and subject to change at any time.
* This is the default sorting for new walkers.
*/
@@ -54,7 +54,7 @@ typedef struct git_revwalk git_revwalk;
GIT_EXTERN(git_revwalk *) git_revwalk_alloc(git_repository *repo);
/**
- * Reset the walking machinary for reuse.
+ * Reset the walking machinery for reuse.
* @param walker handle to reset.
*/
GIT_EXTERN(void) git_revwalk_reset(git_revwalk *walker);