Fix a minor typo in ProfileCallbackImpl.java (#4644)

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
jimtng
2025-03-14 17:39:39 +01:00
committed by GitHub
parent 9644d4b411
commit 41720b4f0c
@@ -96,7 +96,7 @@ public class ProfileCallbackImpl implements ProfileCallback {
} else { } else {
logger.debug( logger.debug(
"Not delegating command '{}' for item '{}' to handler for channel '{}', " "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()); command, link.getItemName(), link.getLinkedUID());
} }
} else { } else {