diff --git a/src/main/scala/util/Directory.scala b/src/main/scala/util/Directory.scala index f6329a8..e9c7567 100644 --- a/src/main/scala/util/Directory.scala +++ b/src/main/scala/util/Directory.scala @@ -47,7 +47,8 @@ /** * 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 =