From fb2a42126d8abe0aa5a83df82e84a2fc8651a594 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Tue, 24 Jul 2018 14:48:27 +0300 Subject: [PATCH] Minor: fix typo in suppression property name --- .../idea/configuration/outdatedBundledCompilerNotification.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/src/org/jetbrains/kotlin/idea/configuration/outdatedBundledCompilerNotification.kt b/idea/src/org/jetbrains/kotlin/idea/configuration/outdatedBundledCompilerNotification.kt index 253e380824f..d7c8cb17446 100644 --- a/idea/src/org/jetbrains/kotlin/idea/configuration/outdatedBundledCompilerNotification.kt +++ b/idea/src/org/jetbrains/kotlin/idea/configuration/outdatedBundledCompilerNotification.kt @@ -195,5 +195,5 @@ private fun createKotlinVersion(versionStr: String): KotlinVersion? { } private const val NUMBER_OF_MODULES_TO_SHOW = 2 -private const val SUPPRESSED_OUTDATED_COMPILER_PROPERTY_NAME = "oudtdated.bundled.kotlin.compiler" +private const val SUPPRESSED_OUTDATED_COMPILER_PROPERTY_NAME = "outdated.bundled.kotlin.compiler" private const val OUTDATED_BUNDLED_COMPILER_GROUP_DISPLAY_ID = "Outdated Bundled Kotlin Compiler" \ No newline at end of file