From 41720b4f0c025f8884064be0b18d48ab656ead3a Mon Sep 17 00:00:00 2001 From: jimtng <2554958+jimtng@users.noreply.github.com> Date: Sat, 15 Mar 2025 02:39:39 +1000 Subject: [PATCH] Fix a minor typo in ProfileCallbackImpl.java (#4644) Signed-off-by: Jimmy Tanagra --- .../core/thing/internal/profiles/ProfileCallbackImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {