aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit
diff options
context:
space:
mode:
authorTomasz Zarna <Tomasz.Zarna@pl.ibm.com>2012-09-05 07:59:37 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2012-09-05 07:59:37 +0200
commite44c3e713902faaf3c831827915312666cd6ecd6 (patch)
tree1731718bdedf1bd46ac05af125d477e2a2ba6b1d /org.eclipse.jgit/src/org/eclipse/jgit
parentf590a4c6672b6f507db72b8a425f6af4873c9b71 (diff)
downloadjgit-e44c3e713902faaf3c831827915312666cd6ecd6.tar.gz
jgit-e44c3e713902faaf3c831827915312666cd6ecd6.zip
Output result of switching branch -- o.e.jgit.pgm.Checkout
Change-Id: I9829950b686ce3b8c70b8f7a1774d5e2b55cd00a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/api/errors/RefAlreadyExistsException.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/RefAlreadyExistsException.java b/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/RefAlreadyExistsException.java
index 5e3ebf8d82..837028ce32 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/RefAlreadyExistsException.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/RefAlreadyExistsException.java
@@ -40,7 +40,7 @@ package org.eclipse.jgit.api.errors;
import org.eclipse.jgit.lib.Ref;
/**
- * Thrown when trying to create a {@link Ref} with the same name as an exsiting
+ * Thrown when trying to create a {@link Ref} with the same name as an existing
* one
*/
public class RefAlreadyExistsException extends GitAPIException {