docs: fix simple typo, permament -> permanent

There is a small typo in intro/README.md.

Should read `permanent` rather than `permament`.
This commit is contained in:
Tim Gates
2020-12-08 07:11:17 +11:00
parent 2f16917e2a
commit ad66eafc48

View File

@@ -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.