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

dbarnes pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new af703e5  fixed the incorrect spelling (#6886)
af703e5 is described below

commit af703e5513a1bbf28e4fdec59eb0e369daa256b6
Author: dkhopade <[email protected]>
AuthorDate: Thu Sep 23 12:15:37 2021 -0400

    fixed the incorrect spelling (#6886)
---
 .../apache/geode/internal/cache/xmlcache/CacheXmlPropertyResolver.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/geode-core/src/main/java/org/apache/geode/internal/cache/xmlcache/CacheXmlPropertyResolver.java
 
b/geode-core/src/main/java/org/apache/geode/internal/cache/xmlcache/CacheXmlPropertyResolver.java
index 6c8c2a0..baeb2e9 100644
--- 
a/geode-core/src/main/java/org/apache/geode/internal/cache/xmlcache/CacheXmlPropertyResolver.java
+++ 
b/geode-core/src/main/java/org/apache/geode/internal/cache/xmlcache/CacheXmlPropertyResolver.java
@@ -122,7 +122,7 @@ public class CacheXmlPropertyResolver implements 
PropertyResolver {
       if (ignoreUnresolvedProperties) {
         // Do Nothing
       } else {
-        logger.error("Format of the string {} used for perameterization is 
unresolvable",
+        logger.error("Format of the string {} used for parameterization is 
unresolvable",
             stringWithPrefixAndSuffix);
       }
     }

Reply via email to