diff --git a/src/main/kotlin/com/beust/kobalt/app/ParsedBuildFile.kt b/src/main/kotlin/com/beust/kobalt/app/ParsedBuildFile.kt index d541bd9b..f3a1364c 100644 --- a/src/main/kotlin/com/beust/kobalt/app/ParsedBuildFile.kt +++ b/src/main/kotlin/com/beust/kobalt/app/ParsedBuildFile.kt @@ -78,7 +78,7 @@ class ParsedBuildFile(val buildFile: BuildFile, val context: KobaltContext, val } /** - * If the current line matches one of the profile, turns the declaration into + * If the current line matches one of the profiles, turn the declaration into * val profile = true, otherwise return the same line */ fun correctProfileLine(line: String) : String {