diff --git a/README.md b/README.md index 6ec5d45..2171893 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ HANDLE load_drv() note: my exploited driver actually came with a dll that exported all the functions. ### `bool unload_drv()` -Unload driver can and should return a bool but its not needed. There is also no need to pass any paremeters since the driver handle is global. +Unload driver can and should return a bool but its not needed. There is also no need to pass any parameters since the driver handle is global. ```cpp /*