typo: seperate -> separate

This commit is contained in:
Nick Schonning
2018-10-27 00:32:56 -04:00
committed by GitHub
parent c8987d9cf0
commit ff84984f4e

View File

@ -181,7 +181,7 @@ Where:
- `-Enable` to enable the mitigation
- `-Disable` to disable the mitigation
- \<Mitigation>:
- The mitigation's cmdlet as defined in the [mitigation cmdlets table](#cmdlets-table) below, along with any suboptions (surrounded with spaces). Each mitigation is seperated with a comma.
- The mitigation's cmdlet as defined in the [mitigation cmdlets table](#cmdlets-table) below, along with any suboptions (surrounded with spaces). Each mitigation is separated with a comma.
For example, to enable the Data Execution Prevention (DEP) mitigation with ATL thunk emulation and for an executable called *testing.exe* in the folder *C:\Apps\LOB\tests*, and to prevent that executable from creating child processes, you'd use the following command:
@ -190,7 +190,7 @@ Set-ProcessMitigation -Name c:\apps\lob\tests\testing.exe -Enable DEP, EmulateAt
```
>[!IMPORTANT]
>Seperate each mitigation option with commas.
>Separate each mitigation option with commas.
If you wanted to apply DEP at the system level, you'd use the following command: