summaryrefslogtreecommitdiff
path: root/include/user/promoterutil.h
diff options
context:
space:
mode:
authorHexxellor2017-03-28 15:32:26 -0500
committerdevnoname1202017-03-28 22:32:26 +0200
commit5568baf51c4b787ff3ce338948bc6faed34c2320 (patch)
tree3452914d79092392b496b0611bdccf3f67a4b818 /include/user/promoterutil.h
parentAdded 3 SceSysclibForDriver NIDs (diff)
downloadvds-libraries-5568baf51c4b787ff3ce338948bc6faed34c2320.tar.gz
Typo fixing, and misnamed struct (#151)
* Fixing Mostly Harmless Typos This fixes a bunch of miscellaneous typos and grammatical mistakes in the source which were mostly harmless with the exception of the ScreenShotParam in psp2/screenshot.h which didn’t match the name of the struct causing it to fail when using that header.
Diffstat (limited to 'include/user/promoterutil.h')
-rw-r--r--include/user/promoterutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user/promoterutil.h b/include/user/promoterutil.h
index 5c83ebc..9e49a0f 100644
--- a/include/user/promoterutil.h
+++ b/include/user/promoterutil.h
@@ -38,7 +38,7 @@ int scePromoterUtilityExit(void);
int scePromoterUtilityDeletePkg(const char *titleid);
/**
- * Update the LiveArea ressources of an app
+ * Update the LiveArea resources of an app
*
* @param[in] *args - see ::ScePromoterUtilityLAUpdate
*