diff options
| author | awuctl | 2022-08-28 21:17:14 +0000 |
|---|---|---|
| committer | awuctl | 2022-08-28 21:17:14 +0000 |
| commit | 555989891be6195c1cb253ea7c6c146dc15931b6 (patch) | |
| tree | 08ba93d623810efb5a2e18c2952c28b7139bce72 | |
| parent | a10b1bf586043e7f7f3fb57e422e21522b7fb17e (diff) | |
| download | activation-555989891be6195c1cb253ea7c6c146dc15931b6.zip | |
fix typo
| -rw-r--r-- | Hwid.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ These are put into a file called the Genuine Authorization Ticket (`GenuineTicke The activation method's name - "HWID" - refers to this very parameter so it must be important. -The Hardware ID is a magical data structure built by evaluationg the system's hardware. In the ticket, it is found under the base64 string `SessionId`. The `Hwid` string is the base64 representation of the `HWID_BLOCK` structure. +The Hardware ID is a magical data structure built by evaluating the system's hardware. In the ticket, it is found under the base64 string `SessionId`. The `Hwid` string is the base64 representation of the `HWID_BLOCK` structure. ### HWID_BLOCK |
