This is an automated email from the ASF dual-hosted git repository. andysch pushed a commit to branch feature/SLING-7768 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git
commit 92bd020efcbc65793a8af14bbe42dc72780b3483 Author: Andreas Schaefer <[email protected]> AuthorDate: Mon Jul 16 15:52:36 2018 -0700 Fix minor type --- .../resourceresolver/impl/mapping/PlaceholderProviderConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/resourceresolver/impl/mapping/PlaceholderProviderConfiguration.java b/src/main/java/org/apache/sling/resourceresolver/impl/mapping/PlaceholderProviderConfiguration.java index 33dc71e..eea215c 100644 --- a/src/main/java/org/apache/sling/resourceresolver/impl/mapping/PlaceholderProviderConfiguration.java +++ b/src/main/java/org/apache/sling/resourceresolver/impl/mapping/PlaceholderProviderConfiguration.java @@ -27,7 +27,7 @@ public @interface PlaceholderProviderConfiguration { @AttributeDefinition( name = "Placeholder Values", description = "A list of key / value pairs separated by a equal (=) sign. " + - "The key is not permitted to contain a '=' sign and the first occurrance of '=' " + + "The key is not permitted to contain a '=' sign and the first occurrence of '=' " + "separates the key from the value. If no '=' is found the entire key / value pair " + "is dropped.") String[] place_holder_key_value_pairs() default {"phv.default.host.name=localhost"};
