mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 11:36:05 +01:00
Fix typo in Scaladoc.
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user