From 5862a5e222669d84cd849bbf00ec2250ad9c25ee Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Sun, 2 Jun 2019 11:11:28 +0900 Subject: [PATCH] ProtocolV2ParserTest: Fix typo in comment Change-Id: I22b07179ba6e2517ae3e178c31fde20987cead34 Signed-off-by: David Pursehouse --- .../tst/org/eclipse/jgit/transport/ProtocolV2ParserTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV2ParserTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV2ParserTest.java index 740d92ef4..7d6e300fd 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV2ParserTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV2ParserTest.java @@ -136,7 +136,7 @@ public class ProtocolV2ParserTest { } /* - * Succesful fetch with the basic core commands of the protocol. + * Successful fetch with the basic core commands of the protocol. */ @Test public void testFetchBasicArguments()