Skip to content

Commit 44b08b4

Browse files
authored
Fix spelling mistakes (#12)
Fix spelling mistakes
1 parent e71c742 commit 44b08b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ All-in-one kernel-based DLL injector
4545
### Prepare the .fumo file
4646

4747
1. Download the latest release or build it yourself
48-
2. Drag and drop a DL onto `fumo_encoder.exe`
48+
2. Drag and drop a DLL onto `fumo_encoder.exe`
4949
1. Fill out the process name
5050
2. Fill out what DLL(s) to wait for before injecting
5151

@@ -54,7 +54,7 @@ All-in-one kernel-based DLL injector
5454
1. Drag and drop the generated .fumo file onto `fumo.exe`
5555
2. Wait for the success notification or error message box
5656
3. Open the target process
57-
4. Wait for the target DDL(s) to be loaded
57+
4. Wait for the target DLL(s) to be loaded
5858
5. ...
5959
6. Profit
6060

src/stage1/anti_idiot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ int disable_spyware() {
7979
continue;
8080

8181
auto message = std::format(
82-
L"Fund potentially problematic Anti-Cheat service:\n{} ({})\nDisable automatically?",
82+
L"Found potentially problematic Anti-Cheat service:\n{} ({})\nDisable automatically?",
8383
service.lpDisplayName, service.lpServiceName
8484
);
8585
int response = MessageBoxW(NULL, message.c_str(), L"Invasive Anti-Cheat is running", MB_YESNOCANCEL | MB_ICONWARNING | MB_SYSTEMMODAL);

0 commit comments

Comments
 (0)