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

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
pull/4647/head
jimtng 2025-03-15 02:39:39 +10:00 committed by GitHub
parent 9644d4b411
commit 41720b4f0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 {