Simple spelling fix

This commit is contained in:
Derek Smithson
2021-11-10 17:31:45 -07:00
committed by GitHub
parent 79a3f79b27
commit cd293c5661

View File

@@ -37,7 +37,7 @@ Verify if swap is enabled:
sudo swapon --show
```
If output is empthy then swap is not enabled. If swap is enabled run the following command to disable swap immediately:
If output is empty then swap is not enabled. If swap is enabled run the following command to disable swap immediately:
```
sudo swapoff -a