diff --git a/src/test/scala/ssh/GitCommandSpec.scala b/src/test/scala/ssh/GitCommandSpec.scala index e6a901a..c8772b1 100644 --- a/src/test/scala/ssh/GitCommandSpec.scala +++ b/src/test/scala/ssh/GitCommandSpec.scala @@ -10,7 +10,7 @@ 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