From 97423c6b684aa39155ab2504e3dd4c25effe1af0 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Tue, 12 Jul 2016 03:29:25 -0800 Subject: [PATCH] Typo. --- src/main/kotlin/com/beust/kobalt/app/ParsedBuildFile.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {