You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2019/04/30 21:36:10 UTC

[sling-org-apache-sling-feature-cpconverter] 14/29: typo

This is an automated email from the ASF dual-hosted git repository.

simonetripodi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git

commit ca90dcae612d64ff4a04d0e7697bc3aa2648d3a2
Author: stripodi <st...@192.168.1.111>
AuthorDate: Thu Apr 18 15:18:37 2019 +0200

    typo
---
 .../sling/feature/cpconverter/ContentPackage2FeatureModelConverter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/feature/cpconverter/ContentPackage2FeatureModelConverter.java b/src/main/java/org/apache/sling/feature/cpconverter/ContentPackage2FeatureModelConverter.java
index 2bda617..9cf9b1e 100644
--- a/src/main/java/org/apache/sling/feature/cpconverter/ContentPackage2FeatureModelConverter.java
+++ b/src/main/java/org/apache/sling/feature/cpconverter/ContentPackage2FeatureModelConverter.java
@@ -358,7 +358,7 @@ public class ContentPackage2FeatureModelConverter {
     private static void checkConfigurationExist(Feature feature, String pid) {
         if (feature != null) {
             if (feature.getConfigurations().getConfiguration(pid) != null) {
-                throw new IllegalStateException("Cinfiguration '"
+                throw new IllegalStateException("Configuration '"
                                                 + pid
                                                 + "' already defined in Feature Model '"
                                                 + feature.getId().toMvnId()