diff --git a/1_Introduction/osgi-service/src/main/java/com/redhat/gpe/training/osgi/service/impl/GreeterImpl.java b/1_Introduction/osgi-service/src/main/java/com/redhat/gpe/training/osgi/service/impl/GreeterImpl.java index c82423e..914d77a 100644 --- a/1_Introduction/osgi-service/src/main/java/com/redhat/gpe/training/osgi/service/impl/GreeterImpl.java +++ b/1_Introduction/osgi-service/src/main/java/com/redhat/gpe/training/osgi/service/impl/GreeterImpl.java @@ -54,7 +54,7 @@ public String sayHello(String message) { @Deactivate public void destroy() throws Exception { - LOGGER.info("Shutting down yhe Greeter Service ..."); + LOGGER.info("Shutting down the Greeter Service ..."); } }