From 7e123bde96cad40b994d606966c76af7a2c9eba4 Mon Sep 17 00:00:00 2001 From: daduki Date: Mon, 11 May 2020 14:40:33 +0900 Subject: typo changDomainStateDB > changeDomainStateDB typo changDomainStateDB > changeDomainStateDB --- include/IAmControl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/IAmControl.h b/include/IAmControl.h index 2f2f083..bb0b235 100644 --- a/include/IAmControl.h +++ b/include/IAmControl.h @@ -288,7 +288,7 @@ public: * @return E_OK on success, E_DATABASE_ERROR on error, E_NON_EXISTENT if domain * was not found */ - virtual am_Error_e changDomainStateDB(const am_DomainState_e domainState, const am_domainID_t domainID) =0; + virtual am_Error_e changeDomainStateDB(const am_DomainState_e domainState, const am_domainID_t domainID) =0; /** * changes the mute state of a sink * @return E_OK on success, E_DATABASE_ERROR on error, E_NON_EXISTENT if sink was -- cgit v1.2.1