diff options
| author | Kevin Sawicki | 2011-10-14 15:49:17 +0000 |
|---|---|---|
| committer | Kevin Sawicki | 2011-10-14 15:49:17 +0000 |
| commit | 86e96b41e28d54392095fca5261561fdc6d35b4e (patch) | |
| tree | cd2f291173fbc03b9c0439bc2ac92e03c3745dd2 | |
| parent | a66dea14514b3edcf636a814ea61adddb8ba97b1 (diff) | |
| download | jgit-86e96b41e28d54392095fca5261561fdc6d35b4e.tar.gz jgit-86e96b41e28d54392095fca5261561fdc6d35b4e.tar.xz jgit-86e96b41e28d54392095fca5261561fdc6d35b4e.zip | |
Correct typo in RevWalk.parseBody comment
Change-Id: I0e65a5a6809a8d32d256322dbcae94b6aa603e5e
Signed-off-by: Kevin Sawicki <kevin@github.com>
| -rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java index cbf075e72a..1e120a0100 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java @@ -965,7 +965,7 @@ public class RevWalk implements Iterable<RevCommit> { } /** - * 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. |
