From f93ceaa91dd2ab8891dc69f0ed30abbc6e5d66b1 Mon Sep 17 00:00:00 2001 From: Tomofumi Tanaka Date: Wed, 12 Mar 2014 01:01:12 +0900 Subject: [PATCH] (refs #115)Fix typo --- src/test/scala/ssh/GitCommandSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/scala/ssh/GitCommandSpec.scala b/src/test/scala/ssh/GitCommandSpec.scala index e6a901afa..c8772b171 100644 --- a/src/test/scala/ssh/GitCommandSpec.scala +++ b/src/test/scala/ssh/GitCommandSpec.scala @@ -10,7 +10,7 @@ class GitCommandFactorySpec extends Specification with Mockito { val factory = new GitCommandFactory(mock[ServletContext]) "createCommand" should { - "returns GitRecievePack when command is git-receive-pack" in { + "returns GitReceivePack when command is git-receive-pack" in { factory.createCommand("git-receive-pack '/owner/repo.git'").isInstanceOf[GitReceivePack] must beTrue factory.createCommand("git-receive-pack '/owner/repo.wiki.git'").isInstanceOf[GitReceivePack] must beTrue