From b013db85581d2bba90d988f4c97ef4a9d7ae28a0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 2 Apr 2017 22:49:28 +0000 Subject: [PATCH] spelling: overwrite --- docs/ADVANCED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ADVANCED.md b/docs/ADVANCED.md index 6b58a10d..e6af53e8 100644 --- a/docs/ADVANCED.md +++ b/docs/ADVANCED.md @@ -15,7 +15,7 @@ git clone https://github.com/trailofbits/algo cd algo && ./algo ``` -**Warning**: If you run Algo on your existing server, the iptables rules will be overwritten. If you don't want to overwite the rules, you must deploy via `ansible-playbook` and skip the `iptables` tag as described below. +**Warning**: If you run Algo on your existing server, the iptables rules will be overwritten. If you don't want to overwrite the rules, you must deploy via `ansible-playbook` and skip the `iptables` tag as described below. ## Scripted Deployment