Fix typo in Scaladoc.

This commit is contained in:
takezoe
2013-06-24 00:15:20 +09:00
parent 27977d3263
commit fd0047e3b5

View File

@@ -47,7 +47,8 @@ object Directory {
/** /**
* Temporary directory which is used in the repository creation. * 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. * This directory is removed after the repository creation.
*/ */
def getInitRepositoryDir(owner: String, repository: String): File = def getInitRepositoryDir(owner: String, repository: String): File =