]> source.dussan.org Git - jgit.git/commitdiff
Fix Javadoc typo 90/138390/1
authorMichael Keppler <Michael.Keppler@gmx.de>
Fri, 8 Mar 2019 13:43:30 +0000 (14:43 +0100)
committerMichael Keppler <Michael.Keppler@gmx.de>
Fri, 8 Mar 2019 13:43:30 +0000 (14:43 +0100)
Change-Id: I3f169eaf649843e954762bb4ac8f72fa5f88a67a
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalkUtils.java

index f1252a4c4b568e664a4ece41b7898b5fecac206a..fabf7075d5434f46080f4e7bc9d8f99bf0e3c7ff 100644 (file)
@@ -130,7 +130,7 @@ public final class RevWalkUtils {
 
        /**
         * Find the list of branches a given commit is reachable from when following
-        * parent.s
+        * parents.
         * <p>
         * Note that this method calls
         * {@link org.eclipse.jgit.revwalk.RevWalk#reset()} at the beginning.