diff --git a/bundles/org.openhab.core.thing/src/main/java/org/openhab/core/thing/internal/profiles/ProfileCallbackImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/openhab/core/thing/internal/profiles/ProfileCallbackImpl.java index fb38ebad52..39b909323a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/openhab/core/thing/internal/profiles/ProfileCallbackImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/openhab/core/thing/internal/profiles/ProfileCallbackImpl.java @@ -96,7 +96,7 @@ public class ProfileCallbackImpl implements ProfileCallback { } else { logger.debug( "Not delegating command '{}' for item '{}' to handler for channel '{}', " - + "because it was not possible to convcert it to an accepted type).", + + "because it was not possible to convert it to an accepted type).", command, link.getItemName(), link.getLinkedUID()); } } else {