From fd0047e3b5c138436f277a4a523acdf939adb0cd Mon Sep 17 00:00:00 2001 From: takezoe Date: Mon, 24 Jun 2013 00:15:20 +0900 Subject: [PATCH] Fix typo in Scaladoc. --- src/main/scala/util/Directory.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/scala/util/Directory.scala b/src/main/scala/util/Directory.scala index f6329a816..e9c756750 100644 --- a/src/main/scala/util/Directory.scala +++ b/src/main/scala/util/Directory.scala @@ -47,7 +47,8 @@ object Directory { /** * Temporary directory which is used in the repository creation. - * GiyBucket generates initial repository contents in this directory and push them. + * + * GitBucket generates initial repository contents in this directory and push them. * This directory is removed after the repository creation. */ def getInitRepositoryDir(owner: String, repository: String): File =