diff options
author | Tetrable <atifhuss386@gmail.com> | 2019-01-03 01:54:55 +0000 |
---|---|---|
committer | Tetrable <atifhuss386@gmail.com> | 2019-01-03 01:54:55 +0000 |
commit | 50aa222aff56499aeef1c64c9191f53b9b20a1de (patch) | |
tree | 27927a1fbb80ef6171cc94a1350ae5f1abe4eff3 /include/strings.h | |
parent | a3ebca4d814adcf245212cb549f72812f2cf39c6 (diff) |
Corrected typos
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h index 7c6ca14ba..b941f7825 100644 --- a/include/strings.h +++ b/include/strings.h @@ -403,7 +403,7 @@ extern const u8 gText_PkmnHPRestoredByVar2[]; extern const u8 gText_CantBeUsedOnPkmn[]; extern const u8 gText_CancelParticipation[]; extern const u8 gText_PkmnWasGivenItem[]; -extern const u8 gText_RecievedItemFromPkmn[]; +extern const u8 gText_ReceivedItemFromPkmn[]; extern const u8 gText_SwitchPkmnItem[]; extern const u8 gText_SwitchedPkmnItem[]; extern const u8 gText_BagFullCouldNotRemoveItem[]; |