From c5d04516320dc748ca081e8f5c564a5d78b3c683 Mon Sep 17 00:00:00 2001 From: TheOfficialFloW Date: Sun, 28 Aug 2016 00:48:39 +0200 Subject: Fixed typo --- include/user/appmgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/user/appmgr.h b/include/user/appmgr.h index eb3131b..516462f 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -67,7 +67,7 @@ int _sceAppMgrGetAppState(SceAppMgrAppState *appState, uint32_t len, uint32_t ve * }; */ -int sceAppMgrRecieveSystemEvent(SceAppMgrSystemEvent *systemEvent); +int sceAppMgrReceiveSystemEvent(SceAppMgrSystemEvent *systemEvent); //! Obtains the BGM port, even when it is not in front int sceAppMgrAcquireBgmPort(void); -- cgit v1.2.3