diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-12-22 08:06:40 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-12-22 08:06:40 +0900 |
commit | ccc21c7d4abf3ec893591b1348cfb5e7932c9d6a (patch) | |
tree | e3a68819532d40a760511ac7ac11a278cd02304c | |
parent | d09388e156fb0b69deb0f3da17b303a851825818 (diff) | |
download | jgit-ccc21c7d4abf3ec893591b1348cfb5e7932c9d6a.tar.gz jgit-ccc21c7d4abf3ec893591b1348cfb5e7932c9d6a.zip |
JGitInternalException: Fix typo in Javadoc
Change-Id: I46fabab3cb2d9164234ce04de346826687a3fa35
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/api/errors/JGitInternalException.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/JGitInternalException.java b/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/JGitInternalException.java index 7959013a13..c723da3e49 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/JGitInternalException.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/JGitInternalException.java @@ -44,7 +44,7 @@ package org.eclipse.jgit.api.errors; * <p> * During command execution a lot of exceptions may be thrown. Some of them * represent error situations which can be handled specifically by the caller of - * the command. But a lot of exceptions are so low-level that is unlikely + * the command. But a lot of exceptions are so low-level that it is unlikely * that the caller of the command can handle them effectively. The huge number * of these low-level exceptions which are thrown by the commands lead to a * complicated and wide interface of the commands. Callers of the API have to |