From 3e7cc413c60d6901a4572a1d7bd67b8ee0ad9746 Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Mon, 21 Aug 2017 11:29:39 +0200 Subject: [PATCH] Cleanup (missed typo) --- .../org/jetbrains/intellij/build/ProprietaryBuildTools.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/build-scripts/groovy/org/jetbrains/intellij/build/ProprietaryBuildTools.groovy b/platform/build-scripts/groovy/org/jetbrains/intellij/build/ProprietaryBuildTools.groovy index a540c20b1096..c089df6ba8d9 100644 --- a/platform/build-scripts/groovy/org/jetbrains/intellij/build/ProprietaryBuildTools.groovy +++ b/platform/build-scripts/groovy/org/jetbrains/intellij/build/ProprietaryBuildTools.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2000-2016 JetBrains s.r.o. + * Copyright 2000-2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ class ProprietaryBuildTools { ScrambleTool scrambleTool /** - * Describes address and credentials of Mac machine which is used to sign and build *.dmg installer for Mac OS. If {@code null} only *.sit + * Describes address and credentials of Mac machine which is used to sign and build *.dmg installer for macOS. If {@code null} only *.sit * archive will be built. */ MacHostProperties macHostProperties