]> source.dussan.org Git - jgit.git/commitdiff
Fix typo in comment 57/110557/2
authorHan-Wen Nienhuys <hanwen@google.com>
Tue, 24 Oct 2017 13:13:10 +0000 (15:13 +0200)
committerHan-Wen Nienhuys <hanwen@google.com>
Tue, 24 Oct 2017 13:32:50 +0000 (15:32 +0200)
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Change-Id: I04912b32b55dd61ad2d2e7ccb5d688655b1dc335

org.eclipse.jgit/src/org/eclipse/jgit/diff/RawText.java

index 5f50145d6779582d349e491dc382aba6dc6bd21d..ef3d78bc5fbc6554a318e52b5863a6729d3a6e8d 100644 (file)
@@ -70,7 +70,7 @@ import org.eclipse.jgit.util.RawParseUtils;
  * they are converting from "line number" to "element index".
  */
 public class RawText extends Sequence {
-       /** A Rawtext of length 0 */
+       /** A RawText of length 0 */
        public static final RawText EMPTY_TEXT = new RawText(new byte[0]);
 
        /** Number of bytes to check for heuristics in {@link #isBinary(byte[])} */