* Fix typo in handlePriorityChangedLedDevice

* Typo

* Correct description

* Correct LedDeviceTemplate
This commit is contained in:
LordGrey
2020-10-19 10:54:41 +02:00
committed by GitHub
parent 3bf1089763
commit 7e370b3d8b
5 changed files with 5 additions and 9 deletions

View File

@@ -208,7 +208,7 @@ void EffectFileHandler::updateEffects()
{
if(directory.mkpath(path))
{
Info(_log, "New Effect path \"%s\" created successfull", QSTRING_CSTR(path) );
Info(_log, "New Effect path \"%s\" created successfully", QSTRING_CSTR(path) );
}
else
{