Correct typo in RevWalk.parseBody comment

Change-Id: I0e65a5a6809a8d32d256322dbcae94b6aa603e5e
Signed-off-by: Kevin Sawicki <kevin@github.com>
This commit is contained in:
Kevin Sawicki 2011-10-14 08:49:17 -07:00
parent a66dea1451
commit 86e96b41e2
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ public void parseHeaders(final RevObject obj)
}
/**
* Ensure the object's fully body content is available.
* Ensure the object's full body content is available.
* <p>
* This method only returns successfully if the object exists and was parsed
* without error.