diff options
author | Mincong HUANG <mincong.h@gmail.com> | 2018-12-21 07:50:54 +0100 |
---|---|---|
committer | Mincong HUANG <mincong.h@gmail.com> | 2018-12-21 08:07:08 +0100 |
commit | d09388e156fb0b69deb0f3da17b303a851825818 (patch) | |
tree | ad58af36aefa2635a7affdfd6308b116d2e45257 /org.eclipse.jgit.ssh.apache | |
parent | 8f11539265d567894540ea45e336f951430477a7 (diff) | |
download | jgit-d09388e156fb0b69deb0f3da17b303a851825818.tar.gz jgit-d09388e156fb0b69deb0f3da17b303a851825818.zip |
Avoid double words
Change-Id: I0fdf595cba93f5a5cdd0496cee07ac91db304532
Signed-off-by: Mincong Huang <mincong.h@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.ssh.apache')
-rw-r--r-- | org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/OpenSshServerKeyVerifier.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/OpenSshServerKeyVerifier.java b/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/OpenSshServerKeyVerifier.java index 540b586dda..cfd3d19a73 100644 --- a/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/OpenSshServerKeyVerifier.java +++ b/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/OpenSshServerKeyVerifier.java @@ -134,7 +134,7 @@ import org.slf4j.LoggerFactory; * <p> * Note that adding a key to the known hosts file may create the file. You can * specify in the constructor whether the user shall be asked about that, too. - * If the the user declines updating the file, but the key was otherwise + * If the user declines updating the file, but the key was otherwise * accepted (user confirmed for "<b>ask</b>", or "no" or "accept-new" are * active), the key is accepted for this session only. * </p> |