From 86069ed0ef9dacdf6fdc406cf6d3a4dee81a77ee Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 7 May 2016 08:36:56 -0700 Subject: [PATCH] Typo. --- .../main/kotlin/com/beust/kobalt/internal/build/BuildFile.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/build/BuildFile.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/build/BuildFile.kt index e8b89078..f23b1716 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/build/BuildFile.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/build/BuildFile.kt @@ -26,7 +26,7 @@ class BuildFile(val path: Path, val name: String, val realPath: Path = path) { } /** - * @return the absolute directory of this projects' location, assuming the build file is in + * @return the absolute directory of this project's location, assuming the build file is in * $project/kobalt/src/Build.kt. */ val absoluteDir : File? get() {