fix wrong function name
All checks were successful
codespell / Check for spelling errors (push) Successful in 9s

This commit is contained in:
null 2024-04-10 17:45:33 +02:00
parent aebf13752e
commit 097e340d40

View file

@ -105,7 +105,7 @@ IParentalControlService::IParentalControlService(Core::System& system_, Capabili
{1954, nullptr, "IsBedtimeAlarmEnabled"}, // 18.0.0+
{1955, nullptr, "GetBedtimeAlarmTime"}, // 18.0.0+
{1956, nullptr, "GetBedtimeAlarmTimeHour"}, // 18.0.0+
{1967, nullptr, "GetBedtimeAlarmMinute"}, // 18.0.0+
{1967, nullptr, "GetBedtimeAlarmTimeMinute"}, // 18.0.0+
{2001, nullptr, "RequestPairingAsync"},
{2002, nullptr, "FinishRequestPairing"},
{2003, nullptr, "AuthorizePairingAsync"},