diff options
author | Hexxellor | 2017-03-28 15:32:26 -0500 |
---|---|---|
committer | devnoname120 | 2017-03-28 22:32:26 +0200 |
commit | 5568baf51c4b787ff3ce338948bc6faed34c2320 (patch) | |
tree | 3452914d79092392b496b0611bdccf3f67a4b818 /include/user/promoterutil.h | |
parent | Added 3 SceSysclibForDriver NIDs (diff) | |
download | vds-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.h | 2 |
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 * |