libdvr: Fix libdvr typos, part 3 [1/1]
PD#SWPL-90206
Problem:
Need to fix libdvr typos on Android S/T
Solution:
Fixed typos mentioned in SWPL-89633's typo result list
Verify:
Locally tested OK in AH212 RDK environment.
Signed-off-by: Wentao.MA <wentao.ma@amlogic.com>
Change-Id: I1c0b41116ed56bb8edb507b25e80046c2b2b5f25
diff --git a/include/dvr_utils.h b/include/dvr_utils.h
index d645ab2..fbfa024 100644
--- a/include/dvr_utils.h
+++ b/include/dvr_utils.h
@@ -58,7 +58,7 @@
* - error
*/
-int dvr_rgister_rw_prop(DVR_Read_Prop_Cb RCb, DVR_Write_Prop_Cb WCb);
+int dvr_register_rw_prop(DVR_Read_Prop_Cb RCb, DVR_Write_Prop_Cb WCb);
/**\brief unregist rw prop cb */
int dvr_unregister_rw_prop(void);