diff options
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/api/errors/RefAlreadyExistsException.java | 2 |
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 { |