From ad66eafc48d7ed60881f1c1c4028c12f1249796d Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 8 Dec 2020 07:11:17 +1100 Subject: [PATCH] docs: fix simple typo, permament -> permanent There is a small typo in intro/README.md. Should read `permanent` rather than `permament`. --- intro/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro/README.md b/intro/README.md index 46fe781..ec3b66c 100644 --- a/intro/README.md +++ b/intro/README.md @@ -48,7 +48,7 @@ Under Linux you can disable ASLR, without using a debugger, in (at least) two w bash, with which I can execute examples, like this: `setarch $(uname --machine) --addr-no-randomize /bin/bash` * Writing 0 into `/proc/sys/kernel/randomize_va_space`; you need to be - root to do this and this change has (a non-permament) effect on the + root to do this and this change has (a non-permanent) effect on the whole system, which is something you probably don't want. I use this one only inside VMs.