This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit 170b3510b422970e10dbedea018b7f979ffb3af8 Author: Paul Campbell <pcampb...@kemitix.net> AuthorDate: Mon Oct 15 15:34:41 2018 +0100 fix typo --- .../main/java/org/apache/brooklyn/core/typereg/BundleUpgradeParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/brooklyn/core/typereg/BundleUpgradeParser.java b/core/src/main/java/org/apache/brooklyn/core/typereg/BundleUpgradeParser.java index 8b16d69..007c5da 100644 --- a/core/src/main/java/org/apache/brooklyn/core/typereg/BundleUpgradeParser.java +++ b/core/src/main/java/org/apache/brooklyn/core/typereg/BundleUpgradeParser.java @@ -137,7 +137,7 @@ public class BundleUpgradeParser { * * The format is a comma separate list of {@code key=value} pairs, where each key is a name with a version range * (as per {@link #MANIFEST_HEADER_FORCE_REMOVE_BUNDLES}) specifying what should be upgraded, and {@code value} is a name and - * version specifying what it should be ugpraded to. The {@code =value} can be omitted, and usually is, + * version specifying what it should be upgraded to. The {@code =value} can be omitted, and usually is, * to mean this bundle at this version. (The {@code =value} is available if one bundle is defining upgrades for other bundles.) * * A wildcard can be given as the key, without a version ({@code *}) or with ({@code *:[0,1)}) to refer to