From 0037e4919bcb53f7441a18c992d0cc70e8d1d931 Mon Sep 17 00:00:00 2001 From: Benjamin C Meyer Date: Mon, 25 Oct 2010 16:32:16 -0700 Subject: Fix spelling mistakes in the documentation. Signed-off-by: Benjamin C Meyer --- src/git/commit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/git/commit.h') diff --git a/src/git/commit.h b/src/git/commit.h index a584273a1..6b5f98fac 100644 --- a/src/git/commit.h +++ b/src/git/commit.h @@ -38,7 +38,7 @@ GIT_EXTERN(git_commit *) git_commit_lookup(git_repository *repo, const git_oid * * repository. * * @param repo The repository where the object will reside - * @return the object if creation was posible; NULL otherwise + * @return the object if creation was possible; NULL otherwise */ GIT_EXTERN(git_commit *) git_commit_new(git_repository *repo); -- cgit v1.2.1