summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWindowsAddict2025-05-07 22:05:44 +0000
committerWindowsAddict2025-05-07 22:05:44 +0000
commitb6d34e39145494c5474220e4f621b8cb303b9cb0 (patch)
tree14b15930c37264ae814064730a5674ad560658b2 /docs
parent3fa96165f6cbe16f9df49c3498f3d47a95cd87de (diff)
downloadmassgrave.dev-b6d34e39145494c5474220e4f621b8cb303b9cb0.zip
Fix grammar
Diffstat (limited to 'docs')
-rw-r--r--docs/ohook.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ohook.md b/docs/ohook.md
index 75329a8..27670d8 100644
--- a/docs/ohook.md
+++ b/docs/ohook.md
@@ -369,11 +369,11 @@ e98ef0c0-71c4-42ce-8305-287d8721e26c SubPrepid ProPlusSubR
`C:\mingw64`
- Open Powershell as admin and enter below command to set the time and date,
`Set-TimeZone -Id 'UTC'; $date=[datetime]'2023/8/7 12:00';while($true){set-date $date; start-sleep -milliseconds 10;}`
-- Now open another Windows for Powershell and enter below command to create sppc.dll files,
+- Now open another window for Powershell and enter below commands to create sppc.dll files,
`Set-Location -Path C:\ohook`
`C:\mingw64\bin\mingw32-make.exe`
- Calculate the SHA-256 of the created sppc64.dll and sppc32.dll files using 7-zip or Powershell, it would be same as mentioned above.
-- Done, you can now close that powershell window and correct the date now.
+- Done, you can now close Powershell windows and correct the date now.
------------------------------------------------------------------------