summaryrefslogtreecommitdiff
path: root/include/user/appmgr.h
diff options
context:
space:
mode:
authorTheOfficialFloW2016-08-28 00:48:39 +0200
committerGitHub2016-08-28 00:48:39 +0200
commitc5d04516320dc748ca081e8f5c564a5d78b3c683 (patch)
tree0028738188c0dfff2c83b722fe1eabf0fe8d1dce /include/user/appmgr.h
parentMerge pull request #27 from endrift/photoexport (diff)
downloadvds-libraries-c5d04516320dc748ca081e8f5c564a5d78b3c683.tar.gz
Fixed typo
Diffstat (limited to '')
-rw-r--r--include/user/appmgr.h2
1 files changed, 1 insertions, 1 deletions
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);