diff --git a/src/main/java/org/gcube/portal/events/LandingPageAction.java b/src/main/java/org/gcube/portal/events/LandingPageAction.java index 6309bf2..047461f 100644 --- a/src/main/java/org/gcube/portal/events/LandingPageAction.java +++ b/src/main/java/org/gcube/portal/events/LandingPageAction.java @@ -62,7 +62,7 @@ public class LandingPageAction extends Action { private String getCustomLandingPage(final HttpServletRequest request) throws PortalException, SystemException { String customLandingPagePath =""; customLandingPagePath = getLandingPagePath(request); - _log.info("Provate Site LandingPage Path = " + customLandingPagePath); + _log.info("Private Site LandingPage Path = " + customLandingPagePath); return customLandingPagePath; }