Jeroen Hoffman pushed to branch bugfix/ESSENTIALS-979 at cms-community / 
hippo-essentials


Commits:
4fbd36c8 by Jeroen Hoffman at 2016-12-02T10:55:05+01:00
ESSENTIALS-979 typo regererate

- - - - -


2 changed files:

- plugins/gallery-manager/src/main/resources/ImageSetUpdater.groovy
- plugins/gallery-manager/src/main/resources/image_set_updater.xml


Changes:

=====================================
plugins/gallery-manager/src/main/resources/ImageSetUpdater.groovy
=====================================
--- a/plugins/gallery-manager/src/main/resources/ImageSetUpdater.groovy
+++ b/plugins/gallery-manager/src/main/resources/ImageSetUpdater.groovy
@@ -117,7 +117,7 @@ class ImageSetUpdater extends BaseNodeUpdateVisitor {
 
     private void processImageVariant(Node node, Node data, String variantName) 
throws RepositoryException {
 
-        // original not to be reconfigured/regererated so skip it
+        // original not to be reconfigured/regenerated so skip it
         if (HippoGalleryNodeType.IMAGE_SET_ORIGINAL.equals(variantName)) {
             log.debug "Skipping processing the original"
             return
@@ -181,7 +181,7 @@ class ImageSetUpdater extends BaseNodeUpdateVisitor {
             Node variantNode = variantNodes.nextNode();
             String variantName = variantNode.getName();
 
-            // original not to be reconfigured/regererated so skip it
+            // original not to be reconfigured/regenerated so skip it
             if (HippoGalleryNodeType.IMAGE_SET_ORIGINAL.equals(variantName)) {
                 log.debug "Skipping reading original variant configuration"
                 continue


=====================================
plugins/gallery-manager/src/main/resources/image_set_updater.xml
=====================================
--- a/plugins/gallery-manager/src/main/resources/image_set_updater.xml
+++ b/plugins/gallery-manager/src/main/resources/image_set_updater.xml
@@ -155,7 +155,7 @@ class ImageSetUpdater extends BaseNodeUpdateVisitor {
 
     private void processImageVariant(Node node, Node data, String variantName) 
throws RepositoryException {
 
-        // original not to be reconfigured/regererated so skip it
+        // original not to be reconfigured/regenerated so skip it
         if (HippoGalleryNodeType.IMAGE_SET_ORIGINAL.equals(variantName)) {
             log.debug "Skipping processing the original"
             return
@@ -219,7 +219,7 @@ class ImageSetUpdater extends BaseNodeUpdateVisitor {
             Node variantNode = variantNodes.nextNode();
             String variantName = variantNode.getName();
 
-            // original not to be reconfigured/regererated so skip it
+            // original not to be reconfigured/regenerated so skip it
             if (HippoGalleryNodeType.IMAGE_SET_ORIGINAL.equals(variantName)) {
                 log.debug "Skipping reading original variant configuration"
                 continue



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-essentials/commit/4fbd36c816f6400d9ac7a1a083b0796410d33aeb
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to