Skip to content

Commit 9fb026e

Browse files
committed
lobby: Fix spelling errors in multiple files.
1 parent 1da238b commit 9fb026e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lobby/CharacterInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The indexes into this table are as follows:
168168
- `6` - `Main (weapon) model id.`
169169
- `7` - `Sub (weapon) model id.`
170170

171-
The first slot is a calculated model id using the characters choosen race, face and hair ids.\
171+
The first slot is a calculated model id using the characters chosen race, face and hair ids.\
172172
That calculation is done as:
173173

174174
```cpp

lobby/Protocol.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Below is a list of normal traffic flows between the client and server under the
8181
8282
| Direction | Packet | Notes |
8383
|--- |--- |--- |
84-
| `C -> S` | `RequestCreateChrPre` | The client sends the pre-creation request packet. This packet is used to validate the choosen name and gold world pass. _(If one was given.)_ |
84+
| `C -> S` | `RequestCreateChrPre` | The client sends the pre-creation request packet. This packet is used to validate the chosen name and gold world pass. _(If one was given.)_ |
8585
| `S -> C` | `ResponseOk` | The server responds with 'ok' to tell the client its request was valid and completed. |
8686
| `C -> S` | `RequestCreateChr` | The client sends the final creation request packet. This packet contains their other creation choices. _(ie. race, face, size, job, nation, etc.)_ |
8787
| `S -> C` | `ResponseOk` | The server responds with 'ok' to tell the client its request was valid and completed. |
@@ -120,14 +120,14 @@ _Client requests a name that is already taken, invalid due to vulgar words, etc.
120120
121121
| Direction | Packet | Notes |
122122
|--- |--- |--- |
123-
| `C -> S` | `RequestCreateChrPre` | The client sends the pre-creation request packet. This packet is used to validate the choosen name and gold world pass. _(If one was given.)_ |
123+
| `C -> S` | `RequestCreateChrPre` | The client sends the pre-creation request packet. This packet is used to validate the chosen name and gold world pass. _(If one was given.)_ |
124124
| `S -> C` | `ResponseError` | The server responds with an error code. |
125125
126126
_Client requests to create a character with invalid information, such as an invalid/unavailable job id:_
127127
128128
| Direction | Packet | Notes |
129129
|--- |--- |--- |
130-
| `C -> S` | `RequestCreateChrPre` | The client sends the pre-creation request packet. This packet is used to validate the choosen name and gold world pass. _(If one was given.)_ |
130+
| `C -> S` | `RequestCreateChrPre` | The client sends the pre-creation request packet. This packet is used to validate the chosen name and gold world pass. _(If one was given.)_ |
131131
| `S -> C` | `ResponseOk` | The server responds with 'ok' to tell the client its request was valid and completed. |
132132
| `C -> S` | `RequestCreateChr` | The client sends the final creation request packet. This packet contains their other creation choices. _(ie. race, face, size, job, nation, etc.)_ |
133133
| `S -> C` | `ResponseError` | The server responds with an error code. |
@@ -188,7 +188,7 @@ The error codes that are used with this lookup table are as follows:
188188
| `3111` | `Gold World Pass too short to be valid.` |
189189
| `3112` | `Unless you enter a Gold World Pass,\nyou can only specify a world server\nwhere you already have a character.` |
190190
| `3113` | `Protocol time out error.` |
191-
| `3114` | `Inconsistency occured with handle information.` |
191+
| `3114` | `Inconsistency occurred with handle information.` |
192192
| `3115` | `Connection to the FINAL FANTASY XI server lost.\nReturning to the PlayOnline FINAL FANTASY XI top page.` |
193193
| `3116` | `Cannot select this character.\nCharacter's content ID is no longer valid.\nPlease restore the content ID to select this character.` |
194194
| `3117` | `Failed to carry out user file operations.` |

0 commit comments

Comments
 (0)